pwinters
Programmer
- Sep 12, 2002
- 34
I'm using java to make a web front-end of an Access 97 db.
I currently have one main table with 4 linked tables. What I want is...
When the user adds a new project to the Main table, I want the project_id (autonum primary key of main table) to be sent to the other 4 tables. This will then be used to update these 4 tables based on a selected project.
The problem I see so far is that the project_id is not created until the user hits the submit button to create a new record. Therefore, I'm not sure how to get this field into the 4 tables.
Any ideas?
I'd appreciate any assistance.
Thanks
I currently have one main table with 4 linked tables. What I want is...
When the user adds a new project to the Main table, I want the project_id (autonum primary key of main table) to be sent to the other 4 tables. This will then be used to update these 4 tables based on a selected project.
The problem I see so far is that the project_id is not created until the user hits the submit button to create a new record. Therefore, I'm not sure how to get this field into the 4 tables.
Any ideas?
I'd appreciate any assistance.
Thanks