I'm getting a syntax error in one of my modules and I think I know what the problem is but don't know how to fix it. Here's the syntax:
Dim strWhereGroupDivision
strWhereGroupDivision = "Division = """ & Forms![frmDialog]!cboSelDivision & """ and Group# = """ & Forms![frmDialog]!cboSelGroup & """"
I think the problem is that the "Division" field is a text field and "Group#" is a number (long interger) field. And I think the syntax I'm using is strictly for text...
Can anyone help... PLEASE
THANKS Fran
Dim strWhereGroupDivision
strWhereGroupDivision = "Division = """ & Forms![frmDialog]!cboSelDivision & """ and Group# = """ & Forms![frmDialog]!cboSelGroup & """"
I think the problem is that the "Division" field is a text field and "Group#" is a number (long interger) field. And I think the syntax I'm using is strictly for text...
Can anyone help... PLEASE
THANKS Fran