Too few parameter error (#3061) (1 Viewer)

kermit5

Registered User.
Local time
Today, 06:40
Joined
Nov 2, 2001
Messages
122
I am trying to use the following code:

Set rst = dbs.OpenRecordset("qryCreateForm")

My intent is to create a form. The query qryCreateForm is the record source for the form. I am getting a compile error "Too few parameters. Expecting 1."

Any idea what I am missing?

Scott
 

Users who are viewing this thread

Top Bottom