G
Guest
This has been bugging me for ages and it's probably right in front of me.
Form Header:
A series of unbound controls, some of which source info from tblPersonInfo
Form Detail:
A subform that displays records of tblHolidays
I initially tried a query that links all the info from both tblPerson and
tblHolidays but upon creating a new 'holiday' record, it also created a new
'person' record instead of just refering to it.
Basically, when you click cmdAdd, i want to go to the sub form, create a new
record then transfer the info from the unbound header controls into the
various fields of the new record.
I should really know this but its driving me nuts.
Thanks for any help you might be able to give.
Form Header:
A series of unbound controls, some of which source info from tblPersonInfo
Form Detail:
A subform that displays records of tblHolidays
I initially tried a query that links all the info from both tblPerson and
tblHolidays but upon creating a new 'holiday' record, it also created a new
'person' record instead of just refering to it.
Basically, when you click cmdAdd, i want to go to the sub form, create a new
record then transfer the info from the unbound header controls into the
various fields of the new record.
I should really know this but its driving me nuts.
Thanks for any help you might be able to give.