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 Mike Lewis 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: *

  1. Manaburrn

    detect new record

    Good call, Ronald - star for you! I needed to NOT run the procedure if the record was a new record, because I referenced the AutoNumber - and at that point, it doesn't exist. Here's the code I ended up using: If Me.NewRecord Then GoTo Update_Vendor_Combination_End_Click End If
  2. Manaburrn

    Can I use a Dlookup in a textbox

    My day was saved without [me] also! [thumbsup2]
  3. Manaburrn

    create unique sequential index on a form

    Excellent post - helped me out tremendously. Raphael
  4. Manaburrn

    Autonumber Question

    I am in need of the "autonumber by prefix" code - could someone be so kind as to send it to me? I am trying create "line numbers" for each record in a subform that is related to a record in the main form. Thank you for your help! Raphael Bernard rbernard@stfrancishealth.org
  5. Manaburrn

    Combo box to find record on subform

    Buttons.zip is riddled with erorrs - I can't even click the first button without getting errors.
  6. Manaburrn

    I need help with formatting prompts for dates on a query...

    chassle - thank you very much! That works, and it seems like the ONLY way it's going to work. Oh, and I have to set the format on the text boxes to LONG DATE or mm/dd/yyyy or else I get strange results. Thanks again! Raphael Bernard
  7. Manaburrn

    I need help with formatting prompts for dates on a query...

    I know somebody can help me - I'm trying to pull data off an AS400 database with Access 97 query. When I put the dates into the criteria line (and it gets automatically formatted with the #'s) like this: Between #5/1/01# AND #5/1/02# - it works just fine, but if I ask it to prompt me like...

Part and Inventory Search

Back
Top