K
Ken
I am trying to get used to working on an unbound form,
I can open a recordset without conditions, no problem, but when I try even
a simple condition I get the error in the subject.
I am just trying to open a recordset to check for duplicates, so I would
expect that if the condition isn't met I would get an EOF. I've built the
sql in a query that works, so I know the syntax is right, at least for the
query.
Here is a sample:
SELECT * FROM orders WHERE
((Orders.Section)=[Forms]![OrdersUnbound]![Section]);
Any help is greatly appreciated
I can open a recordset without conditions, no problem, but when I try even
a simple condition I get the error in the subject.
I am just trying to open a recordset to check for duplicates, so I would
expect that if the condition isn't met I would get an EOF. I've built the
sql in a query that works, so I know the syntax is right, at least for the
query.
Here is a sample:
SELECT * FROM orders WHERE
((Orders.Section)=[Forms]![OrdersUnbound]![Section]);
Any help is greatly appreciated