G
Guest
Hi all
I have a query which selects one record from the current record of a
continuous form. When run normally as a select query this works but I am
trying to use this query via code:
Set rs = db.OpenRecordset("qry CB Control Log Excel", dbOpenSnapshot)
When run I get the error 'Too few parameters...'.
The query selects data from more than one table and I only want certain
fields including to export the data to Excel.
Can anyone tell me a way round this?
Thanks in advance for any help.
Sue
I have a query which selects one record from the current record of a
continuous form. When run normally as a select query this works but I am
trying to use this query via code:
Set rs = db.OpenRecordset("qry CB Control Log Excel", dbOpenSnapshot)
When run I get the error 'Too few parameters...'.
The query selects data from more than one table and I only want certain
fields including to export the data to Excel.
Can anyone tell me a way round this?
Thanks in advance for any help.
Sue