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!

Search results for query: *

  • Users: Halet
  • Content: Threads
  • Order by date
  1. Halet

    Error on hide form 1 and open form 2?

    I'm created startup form and there is a button there for me to click and hide it and then open my next form. I used the following code. It hided startup form and open the switchboard form but I'm not able to do anything to the switchboard form because the cursor remain positioned in the startup...
  2. Halet

    How to use form to change the table name in a query?

    I am currently using form to update date ranges in my database. Here is the sample of the query. SELECT FAR.[SVC DATE], FAR.[ACCT BAL]FROM FAR WHERE (((FAR.[SVC DATE]) Between Forms!frmUpdateDateRange!txtday0 And Forms!frmUpdateDateRange!txtday30)); I tried to use the similar code to change...
  3. Halet

    Microsoft access - Automate date changes in a query.

    I'm creating a report that use various date ranges. Currently, I have to manually update these ranges one by one by going to design mode and change the date. My idea was to have a form and link those date ranges to the form so that it will update itself. Update the form and all the ranges in...

Part and Inventory Search

Back
Top