Recent content by DocD

  1. D

    Storing and Retrieving Common Info

    Thanks Brad, I was wondering if this was the way to do it.
  2. D

    Storing and Retrieving Common Info

    I want to be able to store common info in a table and then use that in reports. EG I want the user to be able to enter their personal info eg their company name, company address. I then want this info to appear on their reports and forms. This way the same application can be given to different...
  3. D

    How to tack employees employee levels and jobs

    Each "Job" is unique, but is of a specific JobType. I have a table tracking jobs by employee (tblJobs) and I can add info about the job in there, but it's the level that the employee is at when they do that job I want to track. I don't want to have to enter the employee's level each time I...
  4. D

    How to tack employees employee levels and jobs

    I want to be able to track employees and the jobs that they do at different levels in their career. A job can be carried out by an employee at level1. That same job type can be carried out by the employee when they reach level2. How can I set this up. I have tblJobs JobID (autonum, primary...
  5. D

    How to distibute an updated backend database?

    I'm writing a database which several friends can use (as a personal database). It will be split into a backend (.mdb) and a frontend (probably a .mde). I can then update the frontend and distibute this easily to overwrite the older version. How can I distribute the newer backend? Each person...
  6. D

    Export database structure without data?

    I've got a simple database that I want to give to a friend (who also has Access). How can I export just the database structure without the data?
Back
Top Bottom