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 TouchToneTommy 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 paulsmoothcurt

  1. paulsmoothcurt

    Setting Form data source (Recordset?) ADO connection

    Hi there, I have a form, that was bound to a table residing locally whilst developing. Now the active tables are in SQL server, and I have removed the table locally. The form has been set unbound, and instead I connect to SQL server with the forms open event (code below) using ADO and...
  2. paulsmoothcurt

    Stop the next button creating new record

    You could use EOF to check, but I think personally its easier to set the forms allowadditions property to false, and then just change it programmatically with a button if you need to add records. Seems the easiest method.

Part and Inventory Search

Back
Top