bostonfrog
Programmer
Form2 (the many side of the relationship) opens from a command button on Form1 (the 1 side of the relationship) -- Thus when I press on the Add | Edit Records button from Form1, Form2 opens up on the linked criteria (e.g.,
), and it correctly displays the person's name and ID number. One caveat though: When I am creating a new record, because there are 0 records in the child relationship, it will not display the person's name and ID until I've at least entered something into the form -- for example some text or a date in the form's fields. The data entry people find this visually problematic, because when a new (blank) form opens up, they'd like to immediately see displayed the client's name and ID before they type anything. Is this possible? Thanks.
-- Michel
Code:
"[ID] = '" & Me.ID & "'"
-- Michel