G
Guest
I am defining the recordsource in the open event of a new form as follows:
Me.RecordSource = "Select [tbl_History].* From [tbl_History] " & _
"Where [HistAccountNo] = 1 And [HistLastname] = Smith"
When I open this form I get an "Enter Parameter Value" box looking for a
value for "Smith". Why is this happening?
ctdak
Me.RecordSource = "Select [tbl_History].* From [tbl_History] " & _
"Where [HistAccountNo] = 1 And [HistLastname] = Smith"
When I open this form I get an "Enter Parameter Value" box looking for a
value for "Smith". Why is this happening?
ctdak