R
Randy Van Sickle
Using FP 2002, Embedded Access Database
I am trying to get results from a table in the Access DB, and I am getting
the following error on the ASP:
Database Results Error
Description: Syntax error (missing operator) in query expression 'RentalFee
<= AND MaxOccupancy >= AND Active = Yes'.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine
Here is the Sequel Statement I used in the Custom Query of the DBRW window:
SELECT * FROM Properties WHERE RentalFee <= ::RentalFee:: and MaxOccupancy
Can anyone tell me what my syntax error is here?
Thanks in advance for any replies or direction to the proper forum to pose
this question.
I am trying to get results from a table in the Access DB, and I am getting
the following error on the ASP:
Database Results Error
Description: Syntax error (missing operator) in query expression 'RentalFee
<= AND MaxOccupancy >= AND Active = Yes'.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine
Here is the Sequel Statement I used in the Custom Query of the DBRW window:
SELECT * FROM Properties WHERE RentalFee <= ::RentalFee:: and MaxOccupancy
= ::MaxOccupancy:: and Active = Yes ORDER BY RentalFee DESC
Can anyone tell me what my syntax error is here?
Thanks in advance for any replies or direction to the proper forum to pose
this question.