What’s the easiest way to update a table with a value retrieved from the current record on an open form? Nothing I’m seeing seems quite right. Any direction would me much appreciated.
Here’s the context:
1. “Enter Client” form with cmd button to open unrelated form of program objectives.
2. Check boxes used to select objectives.
3. Make table query holds those selected records.
4. Update query currently uses a [enter client ID] parameter in a previously null field to create the “child” field in this new table.
5. Append table query adds these newly created individual client objectives to the main client objectives table.
6. The client table and the main program objectives table now have a parent-child link on ClientID.
7. Select query serves as the record source for the EditClientData form.
The prototype does this with a macro. I’m in the process of converting this macro to code but have gotten stuck at step 4. I’m sure I’m doing this the hard way, so any nudges in the right direction will be welcome.
Elizabeth