RickSchadt
Technical User
I am trying to create a macro that allows a user to click on a specific field in a datasheet view subform, that pops up a new form to allow the user to edit the specific record displayed in the originating sub-form. I have done this in the past using OPENFORM command in a macro and setting the condition Forms![TransferTrackerSubform]![Transfer Number] = Forms![TransferFormEdit]![Transfer Number]
I have done this in the past, but for some reason this time I get a pop up window asking me to fill in the second value Forms![TransferFormEdit]![Transfer Number]. I have tried referencing the underlying query for the subform and the form field and in all cases I get a dialog box asking me for input...if I put the input in it does bring up the pop up form but not with the correct record.
I have done this in the past, but for some reason this time I get a pop up window asking me to fill in the second value Forms![TransferFormEdit]![Transfer Number]. I have tried referencing the underlying query for the subform and the form field and in all cases I get a dialog box asking me for input...if I put the input in it does bring up the pop up form but not with the correct record.