What does this error mean: Object variable or With block variable not set
P PC Datasheet Dec 8, 2004 #2 You probably have code like this: Db.Openrecordset(...... and you have not set the value of Db. In this case you need to add: Set Db = CurrentDb()
You probably have code like this: Db.Openrecordset(...... and you have not set the value of Db. In this case you need to add: Set Db = CurrentDb()