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 strongm 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. JulianG

    printer settings, darn printer settings...

    It may be caused if you have multiple printers online. Ive seen it happen where a new printer is installed. Possibly under File-Pagesetup you could change the printer from Default printer to use a specific printer.
  2. JulianG

    CHanging a row source with code

    In the code make sure you refer to a field in a subform the correct way. You may need to make the following changes str = Forms!MainForm!Subform.Form!Combo1 Forms!MainForm!Subform.Form!Combo2.RowSource = sqlstr Alternatively, you could have in the criteria of combo2s rowsource...
  3. JulianG

    Compacting backend with code?

    I need to enable the user to compact the "backend" on demand. I know how to get the path of the backend using code but the problem is that it wont allow me to compact it when users have the front end open. I cant even compact it into a different name. Can anyone help?

Part and Inventory Search

Back
Top