form #1 is view form #2 is for editing when operator hits edit button form #2 opens with information from a text box on form #1 this worked fine with office 2003 but doesn't work with office 2007
[stLinkCriteria = "[BI Quote#] = " & "'" & Me![BI Quote#] & "'"]
[DoCmd.openform stDocName, , , stLinkCriteria]
could library reference be issue?
[stLinkCriteria = "[BI Quote#] = " & "'" & Me![BI Quote#] & "'"]
[DoCmd.openform stDocName, , , stLinkCriteria]
could library reference be issue?
Comment