How can I link to a field from Form1 to Form2's subform? I have a search button on Form1 that links to the ID number on Subform2, but the error message says it doesn't exist. Thanks in advance for any help with this!
This is what I have so far:
[Forms]![Form1]![ID]= Forms![Form2]![subform].Form![ID]
This is what I have so far:
[Forms]![Form1]![ID]= Forms![Form2]![subform].Form![ID]