J
J Labar
In Access 2002, I am trying to open a linked table
called 'tblContacts' and write a new record to the table
from a form after I have run some validation routines. I
keep getting an 'Invalid Arguement' arguement error when
the code gets to the Set line as below. When I mouse over
the dbOpenDynaset constant, it says dbOpenDynaset = Empty.
Do I have to add a Reference or something?
Dim rst As Recordset
Set rst = CurrentDb.OpenRecordset("tblContacts",
dbOpenDynaset)
Thanks,
Jeff
called 'tblContacts' and write a new record to the table
from a form after I have run some validation routines. I
keep getting an 'Invalid Arguement' arguement error when
the code gets to the Set line as below. When I mouse over
the dbOpenDynaset constant, it says dbOpenDynaset = Empty.
Do I have to add a Reference or something?
Dim rst As Recordset
Set rst = CurrentDb.OpenRecordset("tblContacts",
dbOpenDynaset)
Thanks,
Jeff