GodofSmallThings
MIS
Need assistance with the following Click event:
strDocName = "Paper"
strLinkCriteria = "PaperID = Forms!Type!PaperSubform1!PaperID"
DoCmd.OpenForm strDocName, , , strLinkCriteria
When I run the form It prompts with a message box:
"Enter Paramater Value?" When I enter the PaperID
number the record displays in the PopUp window. How
can I achieve this automatically?
Thanks in advance for your help
strDocName = "Paper"
strLinkCriteria = "PaperID = Forms!Type!PaperSubform1!PaperID"
DoCmd.OpenForm strDocName, , , strLinkCriteria
When I run the form It prompts with a message box:
"Enter Paramater Value?" When I enter the PaperID
number the record displays in the PopUp window. How
can I achieve this automatically?
Thanks in advance for your help