Help please .. going nuts. Using Access XP
Dim db As DAO.Database
Dim rec As DAO.Recordset
Set db = CurrentDb
Set rec = db.Openrecordse t("tblAppointme nt")
DoCmd.GoToRecor d , , acLast
etc...
Can't get past the first line of code. This Error message is blocking me
from working with Recordsets?
Compile Error: User defined type not defined. WHY???
Thanks
Geoff
Dim db As DAO.Database
Dim rec As DAO.Recordset
Set db = CurrentDb
Set rec = db.Openrecordse t("tblAppointme nt")
DoCmd.GoToRecor d , , acLast
etc...
Can't get past the first line of code. This Error message is blocking me
from working with Recordsets?
Compile Error: User defined type not defined. WHY???
Thanks
Geoff
Comment