susieqtotallynew
MIS
Hi, all,
The following line of VB code is supposed to concatenate fields to create a sql string:
Where = Where & " AND [Year] Between + Me![Year] + And " ""+ Me![Year 2] +""
Year and Year 2 are text fields.
I keep getting errors associated with the quotation marks. Can someone let me know how the quotation marks SHOULD go? I'm cross-eyed looking at it!
Thanks again.
The following line of VB code is supposed to concatenate fields to create a sql string:
Where = Where & " AND [Year] Between + Me![Year] + And " ""+ Me![Year 2] +""
Year and Year 2 are text fields.
I keep getting errors associated with the quotation marks. Can someone let me know how the quotation marks SHOULD go? I'm cross-eyed looking at it!
Thanks again.