Cajunspirit
Member
- Joined
- Sep 29, 2008
- Messages
- 19
- Programming Experience
- Beginner
Is there any way to get the value that the Database generates?
I'm trying to make my system easier to use.
4 tables. Where the Job table's Job_no is the foreign key in 2 other tables.
Thus to create a new record for these other tables, it needs the correct foreign key.
I was hoping to use a label that accepts the value that updates the database for the job_no so that it could be referenced to as the value for the foreign key in the other tables... to no avail...
I'm trying to make my system easier to use.
4 tables. Where the Job table's Job_no is the foreign key in 2 other tables.
Thus to create a new record for these other tables, it needs the correct foreign key.
I was hoping to use a label that accepts the value that updates the database for the job_no so that it could be referenced to as the value for the foreign key in the other tables... to no avail...