Search results

  1. W

    To link or not to link - that is the question

    Does the fact that I have a linked table slow an application down? With 60 concurrent Users, my app at the moment stores all collected data on the local drives and at the end of the day posts it to the main DB on the server. This is to reduce network traffic and improve the speed of the app...
  2. W

    query on time

    I am trying to perform a query based on time values. The field in a table (MyTable) is called 'MyTime' and is set with the Date datatype and formatted to show "hh:nn". Each record is entered/(or appears)in half hour increments like 09:00, 09:30, 10:00, 10:30 etc. I have a form that Users enter...
Top Bottom