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 Westi 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. YellowTail

    Automatic Yes

    I have a developed SQL statement that develops tables. Each time a table is created I get Yes/No question if I want that to be created. I use this statement to run my SQL statment. DoCmd.RunSQL srsl I would like to have a default answer to be 'Yes', what is the process for doing this.
  2. YellowTail

    Skipping a Table or Recordset

    I have to count the number records that are in a particlur recordset. I use an array to cycle through the different tables I need to read. Is there a way to skip over a table or recordset if the table or recordset contains no values at this time. Dim controls(16) controls(0) = "AC"...

Part and Inventory Search

Back
Top