Search results

  1. G

    Question Running the front end from one-Drive

    I have tested running the front end of my application from my synchronized OneDrive on my computer. The back end is on the server. Does anyone know if there are any problems doing this?
  2. G

    General Question: Better looking Reports

    I love the use of graphs in my reports. However I like my reports to be functional where can drill down to lower level of detail based a clicked field. For example a client summary report I would drill down to the client details by clicking on the client name and even drill down more base on...
  3. G

    Solved My Kung-fu no good

    I created a module and added thew code below. (got it from one of the MVP's) I had to create a table named "audit" with the following fields EditRecordId autonumber editdate date/time User short text recordid number sourcedata short text sourcefield short text...
  4. G

    prevent datasheet from opening in an Openquery marco

    Use the macro command "Closewindow" command. Then you name the query
  5. G

    prevent datasheet from opening in an Openquery marco

    How about adding a close query(s) command before you exit the macro
  6. G

    Including a time measument in query

    I would not strore calculated fields in your table. Do what Minty said and calculate in the query
Back
Top Bottom