Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with VBA code on form

Status
Not open for further replies.

camidon

Programmer
May 9, 2000
268
US
DoCmd.OpenReport stDocName, acPreview, , "(GroupName = Forms![frmTAbyGR]![txtGroupName]) AND BETWEEN #Forms![frmTAbyGR]![txtBegin]# And #Forms![frmTAbyGR]![txtEnd]#"
 
I'm getting a syntax error (missing operator) in query expression.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top