Search results

  1. M

    Removing duplicates from a query

    I am running a query to return records from a table. I want to eliminate records from the query if the values contained in one field are duplicated. I have tried using the DISTINCT keyword but it only works if the entire record is unique or if I was retieving just one field Any suggestions...
  2. M

    Automate Mouse Click

    I want to be able to automaticallly send a mouse click in response to a message using a Macro or VBA code. Is this possible, Any suggestions appreciated thanks
  3. M

    Adding a field to a table in Access

    I have created the code below to add a new column to a table each month. This may not be the best database design but it meets our needs for now. However I am having difficultly with the code below. The CreateField Function is unable to accept the parameter periodDate. Any Suggestions on...
  4. M

    Adding a new field to a table in Access 2000

    I want to add a new field to a table each month end. the name of this field should reflect the previous month. For example when running the update in August 2006 the name of the field should be for July 2006, the format of the field should be as follows: 2006 07. Is there any way to create a...
  5. M

    Deleting records from a table in Access

    I want to automatically delete records from a table in MS Access 2002, I want to keep the existing table structure and therefore I do not want to delete the entire table. I cannot find a way to do this through a macro. Any help on this would be appreciated
  6. M

    Microsoft Access Security

    This query is in relation to an Access 97 database. A problem that we are consistently having is that whenever people are using the database under different user names, it only allows one user at a time to use it. So basically if three of us are on it updating files or enquiring on client...
Back
Top Bottom