G
Guest
I've done this time and time again, but it's not working in the following
case. Anyone see anything that I could be doing wrong?
Dim stDocName as String
stDocName = "Statement"
DoCmd.OpenForm stDocName, , , "Forms!frmStatement![fldAcct]=" & Me![Text1]
case. Anyone see anything that I could be doing wrong?
Dim stDocName as String
stDocName = "Statement"
DoCmd.OpenForm stDocName, , , "Forms!frmStatement![fldAcct]=" & Me![Text1]