Search results

  1. R

    Having a person input data into a form with having access loaded onto there machine

    I work for a large Insurance Company where Access is not part of the standard computer build. I have developed a database that tracks information about test scores. I'm looking for ways that people without access loaded on their machines can input their test scores. I was thinking about a...
  2. R

    How to create a Primary key with code

    I have a database that will be receiving an updated table every week called users. This table will replace the older users table. This information is showing me the lastest network users in our company. I need to create in this newly imported table a primary key field. Well I don't need to...
  3. R

    using a single query for multiple tables

    I have 50 tables or so and I was wondering the best way I could avoid having to make 50 querries that are all the same to pull the information out that I need. I was think that maybe is would be better to consolidate all the tables into one large "mastertable" then I would only have to creat 1...
Back
Top Bottom