Opening recordset problems

G

Gibson

I use the following code to open a recordset.
Set rs2 = db.OpenRecordset("tbl2", dbOpenDynaset)

Users are receiving the following error upon execution of this code.
The Error states "Function is not available in expressions in table-level
validation expression"

There are no validation rules or text in any fields of the table or the
table itself.

Is there another way to open up the recordset without generating this error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top