This is probably reallyu simple, it has been anoying me for some time now
I have a crosstab query that gets it crteria of a two text box's on a form (txtStartDate and txtEndDate)
I have put the following code in the parameter section of the query
Between [forms]![frmPreviewReports]![txtStartDate] And [Forms]![frmPreviewReports]![txtEnddate]
But i am getting a invalid bracketing of name error
please help
I have a crosstab query that gets it crteria of a two text box's on a form (txtStartDate and txtEndDate)
I have put the following code in the parameter section of the query
Between [forms]![frmPreviewReports]![txtStartDate] And [Forms]![frmPreviewReports]![txtEnddate]
But i am getting a invalid bracketing of name error
please help