Search results

  1. U

    Pivot Graphs in Access 2003

    Hi I have created three pivot graphs (e.g. GUGraphFilter1) in Access 2003 and is linked to a source table. I created a new form - and added a 'command' button. Next, in the commandbutton click event - I simply stated the following: cmd.openform("GUGraphFilter1") I click the command...
  2. U

    Question Filter by Form....Search & Sort

    Hi I have developed an Access 2003 database that uses the built-in search and sort function using 'filter by form'. Problem: I have 'text' fields such as: 2.0 x 3.4 4.3 x 9.8 6.7 x 6.6 9.9 x 9.9 The above get sorted very nicely - but I have realised that the 'sort' function looks at the...
  3. U

    Question Audit Trail in Access 2003

    Hi I am interested in code to track all changes that occur in a database i.e. edits, deletions and new entries. I would like the code to be simple - and most of all something that applies to all tables (I have about 10 tables that are editable). Can anyone assist me on this? I have been...
  4. U

    Question Access 2003 backup

    Hi I would like to backup an Access database (to c drive) whenever it has been modified. I would like to back it up with a date and time stamp and also only keep the last 5 backups. Does anyone have any code to support this? Thanks Usman
Back
Top Bottom