P
Pass-the-Reality
On my switchboard I have a command button that says
stDocName = "frmCertificationIssueDetail"
stLinkCriteria = "[CallLogID]=" & Me![XXXXXX]
DoCmd.OpenForm stDocName, , , stLinkCriteria
[CallLogID] is a field on frmCertificationDetail. I want [XXXXXX] to pop up
a parameter value. How do I need to adjust my code?
stDocName = "frmCertificationIssueDetail"
stLinkCriteria = "[CallLogID]=" & Me![XXXXXX]
DoCmd.OpenForm stDocName, , , stLinkCriteria
[CallLogID] is a field on frmCertificationDetail. I want [XXXXXX] to pop up
a parameter value. How do I need to adjust my code?