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!

Recent content by donnydooner

  1. donnydooner

    How do I save spreadsheet?

    I have a form in VBA that has a spreadsheet control on it. I've figured out how to get it to display a spreadsheet I have saved. After the user edits data in the spreadsheet displayed on the form, how do I save the new data to the spreadsheet I have on disc?
  2. donnydooner

    My reserve numbre database is too slow!

    I have a the following tables. DwgNumbers, Employees, Customers. There are no queries being used. Following is the code associated with the on-click command button on the Reserve Numbers form. Private Sub ReserveNumbersCmd_Click() On Error GoTo ReserveNumbersCmd_Click_Err Dim...
  3. donnydooner

    My reserve numbre database is too slow!

    I have a form with a procedure to reserve drawing numbers. The user is allowed to reserve up to 50 numbers at a time. As the database has gotten bigger it now takes about 5 minutes to reserve 50 numbers, whereas it used to be almost instantaneous. My procedure looks at the drawing number...
  4. donnydooner

    How do I filter a subform using VBA?

    I have a form with a subform. I also have a "Search Dialog" form where users enter search criteria in unbound text or combo boxes. I have a visual basic procedure, triggered by a Find Record button on the Search Dialog form. My problem is, I can't write the VBA code so that it...

Part and Inventory Search

Back
Top