I have a main form that has a unique ID and when I click the command button then I would like to open a related form that has ID and populate that field. I have tried to reference main form by putting the control source on the related form to =Forms!FrmMain!ID but this gives me a message saying something about can’t add or delete. Also, I don’t want to make this related form a subform on the main form. What do I need to do to autopopulate the related form ID? Thanks in advance.
Ben