[AccessD] DAO and ADO problem =>urgent! <SOLVED!>

Bob Hall rjhjr at cox.net
Wed Aug 13 19:12:53 CDT 2003


On Wed, Aug 13, 2003 at 03:36:06AM -0700, Sad Der wrote:
> AAHRG, did some testing and DAO 3.0 instead of 3.6 was
> referenced! Now it works again.
 
You should still follow Stuart's suggestion; e.g.
	Dim rs As ADO.Recordset
Otherwise, VBA won't know whether you want an ADO or DAO recordset, 
and may choose the wrong one. 

Bob Hall


More information about the AccessD mailing list