Recent content by Ragalots

  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

    Thanks, once again sorry for the delay in getting back to your response. Having a hard time thinking about work while I am thinking about my little boy! Each table represents an individual company and all of their insurance claims over an extended period of time. Five to Fifteen years...
  4. R

    using a single query for multiple tables

    Thanks for taking the time to respond to my posts guys. Sorry for the delay in getting back to you, my Wife and I had a baby boy! I should have posted my question as follows when running a query is there a way that you can specify what table you want the query to actually pull data from...
  5. 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