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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dondilbert

  1. dondilbert

    Goto last record or return id of last record

    This is where i show my lack of knowledge! I like the idea that Jedraw suggested about select max id and here is my code DoCmd.RunSQL "Select * from contacts where Rec_id = (Select Max(contact_id) from contacts);" however the form always halts at this line in the debugger, any...
  2. dondilbert

    Goto last record or return id of last record

    I've got a form that has the basic information i.e. firstname, surname, email address for creating a new contact. This form works fine and checks that the data endered isn't duplicated in the database. Once this form has been filled the data is squirted into the main contacts form, at which...
  3. dondilbert

    Copy data between forms

    Thanks for that pampers I got it to work finally using the OpenArgs
  4. dondilbert

    Copy data between forms

    I've got 2 forms one with contact details in it and one with company details in it. On the companies form I wish to have a button that creates a new contact from this company and thus opens a new contact record with the company id copied over from the companies form. The tables behind the...

Part and Inventory Search

Back
Top