G
Guest
I have an ADD new project form. It is linked to 5 tables.
The tblproject.projID needs to create primary keys to 4 of the other tables
as part of their IDs
If I put txtboxes to the other 4 tables on the form I can get it to work if
I type in the projID in each box. But, I want this to happen without the end
user having to type it in. Is there a way to write a sql to do this when the
form is closed or ???
tblPlans.PlansID
tblDecor.DecorID
tblFinancial.FinancialID
tblPermits.PermitsID
Format is as follows LLLL being the ProjID
Thanks!
The tblproject.projID needs to create primary keys to 4 of the other tables
as part of their IDs
If I put txtboxes to the other 4 tables on the form I can get it to work if
I type in the projID in each box. But, I want this to happen without the end
user having to type it in. Is there a way to write a sql to do this when the
form is closed or ???
tblPlans.PlansID
tblDecor.DecorID
tblFinancial.FinancialID
tblPermits.PermitsID
Format is as follows LLLL being the ProjID
LLLL"_PL"
LLLL"_DE"
LLLL"_FI"
LLLL"_PE"
Thanks!