Aug 14, 2002 #1 skeelo Programmer Aug 14, 2002 12 CA I have a query that needs 2 dates entered to determine student absents between those dates. >[Date to print from:]-1 And <[Date to print to:]+1 I am getting an error that says its too complex. Any suggestions would be appreciated.
I have a query that needs 2 dates entered to determine student absents between those dates. >[Date to print from:]-1 And <[Date to print to:]+1 I am getting an error that says its too complex. Any suggestions would be appreciated.
Aug 14, 2002 #2 r937 Technical User Jun 30, 2002 8,847 CA use the DATEADD function rudy http://rudy.ca/ Upvote 0 Downvote
Aug 14, 2002 #3 RiverGuy Programmer Jul 18, 2002 5,011 US You need to do eihter one of these: Column > [parameter] and Column < [paramemter] or Column BETWEEN [parameter] and [parameter] Upvote 0 Downvote
You need to do eihter one of these: Column > [parameter] and Column < [paramemter] or Column BETWEEN [parameter] and [parameter]