R
RebeccaKT
I'm creating a project database for my company in access. We use a specific
Project Number for each of our projects (i.e. 09-01-100).
Each project has so much information that I actually used all the fields in
my first table! It has expanded to four tables that list each project (i.e.
09-01-100) and continue on with that project's information. The primary key
for each table is the Project Number and they are referentially enforced.
My problem is, when I want to add a new project, it needs to be added to all
four tables. It is cumbersome to re-type the project number to each one,
though I found a way to do it even though its referentially enforced.
Is there a macro or some way that I can click a button saying "Add New
Project" type in the new project number once, and Access automatically adds a
record to all four tables?
I don't know programming or fancy language, so please keep directions as
simple as possible! Thank you!
Project Number for each of our projects (i.e. 09-01-100).
Each project has so much information that I actually used all the fields in
my first table! It has expanded to four tables that list each project (i.e.
09-01-100) and continue on with that project's information. The primary key
for each table is the Project Number and they are referentially enforced.
My problem is, when I want to add a new project, it needs to be added to all
four tables. It is cumbersome to re-type the project number to each one,
though I found a way to do it even though its referentially enforced.
Is there a macro or some way that I can click a button saying "Add New
Project" type in the new project number once, and Access automatically adds a
record to all four tables?
I don't know programming or fancy language, so please keep directions as
simple as possible! Thank you!