recordsetclone

C

craig

Does recordsetclone not work in Access200

I've got a macro that bombs out when trying to run the set value expression that includes recordsetclon

thanks anyone!!!!!!
 
T

Tim Ferguson

I've got a macro that bombs out when trying to run the set value
expression that includes recordsetclone
(a) don't use macros, use VBA

(b) DAO or ADO? There is a rumour that the default has changed back to DAO
with v 2003.

Tim F
 
Top