Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ninabunny
  • Content: Threads
  • Order by date
  1. Ninabunny

    Value Function

    I am currently trying to update registrations dates in the brand table according to the registration numbers in the checks table. Basically the checks table has the fields check, date, check amount, reg amount, reg# beg, to, reg# end and the Brands table has Reg #, Brand, Type, Date. What I...
  2. Ninabunny

    Application Documentation!!!

    I am wondering what the sheet is that holds the different shapes is called. This shows what our application does. I am at a loss for words today and need to download software in order to make this documentation. Please help, it has been awhile since I was in college....no excuse I know! :c)
  3. Ninabunny

    What is the descriptive term for the plan on VB?

    What is the drawing we use...forgive me I am having a hard time remembering....to design our program?
  4. Ninabunny

    Creating Password module for Access Database

    I realize I can name users and such according to Access but how do I create it so that if the wrong one is input it deletes the database. I have created a personal database at work and if I no longer work there I just want my personal one to disappear completely.
  5. Ninabunny

    Create VB Code that executes upon no input of password!

    I need to figure out how to create a vb code that executes if a password isn't input within a certain period of time. When it isn't input, files that are owned by me are deleted. These are personal files. Please help. I am not trying to write some insane virus....Jees...that is all I need...
  6. Ninabunny

    Using Access with Dot Matrix Printer Okidata 320T

    Is there some type of configuration we have to do in order for the program to get the information to the printer faster. The previous database was rbase and the okidata worked fine, without delay but we find now that it is so slow to print out the information, ie licenses that we question...
  7. Ninabunny

    Using Date Function

    I am using a simple =Now() date function with the format as yyyy. Problem is this, and I know it is something simple but it is evading me! How do I calculate that date which is this year to show last years date? =Now()-1 comes up with the day.....help!! I know I am close...
  8. Ninabunny

    Unbound form connects to query outputs Report!

    I need some help here I have the form with unbound values which need to search for the criteria on this form. I have the criteria there it just isn't searching and outputting to the report I have created! Can I get some help here or a specific site that will show me, I learn by doing not...
  9. Ninabunny

    Report Created from Unbound Form

    I have this unbound form which will create a report after the user selects the criteria. The criteria is taken from two different queries which are from two different tables. the report is not coming up with the correct information. Am I not calling the query or not defining the criteria...
  10. Ninabunny

    How to unlink an MSAccess Database from another.

    How do i unlink an MS Database from another. The tables appear to be linked?!! Thanks for the help before.
  11. Ninabunny

    Parameter query for Report

    I am trying to create a parameter query for a report in an Access Database. This is not currently SQL but could become one. Any ideas. This is for Alumni degrees by date and degree name then the persons information for adressing information.
  12. Ninabunny

    FTP SITE

    I am looking to create an ftp site, I am new to this and wish to have user names only able to open certain folders.  How do I create this or are there any sites to do this Plus how do I create those user names.
  13. Ninabunny

    Query Against Duplicate Valuess

    Please help !!! Need to create a report without duplicate addresses?  How?
  14. Ninabunny

    Report That doesn't generated duplicate Addresses HELP!!!

    I am trying to figure out how to generate a report that doesn't generate duplicate addresses.  This is started by a query but I cannot seem to figure the criteria for the address field.  PLEASE HELP!
  15. Ninabunny

    Invoice taking partial payment

    I need to code an invoice to a beginning date and an ending date but this is connected to another form Journal which will keep track of the amount. How should I be coding this?
  16. Ninabunny

    Null If statement?

    Do I need a Null if statement? Would that fix it on a new record??
  17. Ninabunny

    Null problem

    <br>This works fine for appending but returns a null problem and doesn't append when I get to a new record!?<br>&nbsp;Here is the...
  18. Ninabunny

    NULL problem again

    Here is the code:<br>My problem is when I access or start a new record it says I have a null problem and I have to use vb, instructor says...
  19. Ninabunny

    Append/Null Problem

    I have a problem with the Append query I have generated...When I go to a brand new record it says it has nulls in the fields.&nbsp;&nbsp;How do I fix this?<br>Here is the code:<br>Private Sub Form_AfterUpdate()<br>&nbsp;&nbsp;&nbsp;&nbsp;If Me.PId = gvPId And...
  20. Ninabunny

    Changing the OldValue Re: Append Query

    I do wonder if it can be done???

Part and Inventory Search

Back
Top