Hi,
I have a parent file Update form and there are fields from a child file on the form as well. I want to handle the child file in code.
Question:
1. on Insert of a record to the Parent File - Where can I snag the Primary file Unique ID number in code and what is the server variable that holds it. I can grab it when the INSERT of the parent record is done but I need it when the form opens to be able to get the child record???
2. On Change, I need to grab the child file before the form is created - again, where in code can I grab the Primary Unique ID number and which server variable holds it?
Thanks,
Ron Jolda