karatelung
Registered User.
- Local time
- Today, 03:06
- Joined
- Apr 5, 2001
- Messages
- 84
I have a form based on the table [tblFoster] with a subform based on [tblIndFoster].
The unique ID for [tblFoster] is tblFoster.Identification. The unique ID for [tblIndFoster] is tblIndFoster.FosterID.
I need to append the current record to [tblFoster] and the associated records of the subform to [tblIndFoster].
I'm guessing I could achieve this by writing code that would save the record then run two append queries, but it's just a guess. Even if my assumption is correct, I still don't know how to create the queries that would append only the current record.
Any suggestions on the best way to achieve this? Please help.
TIA
The unique ID for [tblFoster] is tblFoster.Identification. The unique ID for [tblIndFoster] is tblIndFoster.FosterID.
I need to append the current record to [tblFoster] and the associated records of the subform to [tblIndFoster].
I'm guessing I could achieve this by writing code that would save the record then run two append queries, but it's just a guess. Even if my assumption is correct, I still don't know how to create the queries that would append only the current record.
Any suggestions on the best way to achieve this? Please help.
TIA