K
K. Mortensen
All-
I have been stumbling through Access (I have 2000 & 2007 so I can work with
either one) trying to figure out how to accomplish the following with no luck
at all:
I need a table that will keep track of job numbers (unique per job)
And then multiple tables that will keep track of unique task numbers (unique
per job, per task)
For example, I could end up with the following data:
JOBS: TASKSA: TASKSB:
1 A1 B1
1 A2 B2
2 A1 B1
3 A1 B1
I am envisioning a form where the user would tell the db what job they need
a new task number for and what type of task number they need, and based on
whatever sequential number is next the db just gives it to the user and adds
the record into the appropriate table(s). But like I said, I havnt even been
remotely successful...and am not sure where to start. If someone could give
me a friendly nudge, I would really appreciate it!
I have been stumbling through Access (I have 2000 & 2007 so I can work with
either one) trying to figure out how to accomplish the following with no luck
at all:
I need a table that will keep track of job numbers (unique per job)
And then multiple tables that will keep track of unique task numbers (unique
per job, per task)
For example, I could end up with the following data:
JOBS: TASKSA: TASKSB:
1 A1 B1
1 A2 B2
2 A1 B1
3 A1 B1
I am envisioning a form where the user would tell the db what job they need
a new task number for and what type of task number they need, and based on
whatever sequential number is next the db just gives it to the user and adds
the record into the appropriate table(s). But like I said, I havnt even been
remotely successful...and am not sure where to start. If someone could give
me a friendly nudge, I would really appreciate it!