I have two forms: one is a main form that has an ObjectID field. This field is also in another form called Description. I created a button on the MainForm that opens the Description form. Works great. It shows all the records for Description.
But, I want the Description form to open and show the record for the ObjectID that is selected in the MainForm.
Do you understand what I’m trying to say?
For instance, the MainForm is open and the ObjectID for that record is 985. I want to push the Description form button and open ObjectID 985.
If there is no DescriptionForm for ObjectID 985, then it should open with all fields blank, but have ObjectID 985 filled in with the number from the main form.
How can I do that?