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 Wanet Telecoms Ltd 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: r10701
  • Content: Threads
  • Order by date
  1. r10701

    Code for a timer that closes acess database

    I have an access database that is used by many agents. I am trying to get it to automatically shut down the database on any computer it is being used at a certain time. Let's say after 2:00am it should automatically close without asking. Thanks.
  2. r10701

    opening an exported timestamped file

    I have a macro that exports a forms results to excel. I'm using the Output to function in the macro This is what the code looks like. ="g:\ms\rscplan\x65\" & Format(Now(),"mmddyyhhnn") & ".xls" This is working correctly. But when I try to RunApp to open the file it does not work. I get an error...
  3. r10701

    Priority in a form

    I have code in a form that loops based on priority that is selected on combo boxes. Those boxes are linked to a simple table that has priority 1-5. What I am trying to do is to make an option to not consider a site as a priority. I basically want to make the priority 0 and skip that site. This...

Part and Inventory Search

Back
Top