SetValue vs SetProperty (2000 v. 2007)

D

David H.

My Access 2000 database used macros with the "SetValue" action. When I
opened the database in Access 2007 those macros did not work correctly. So I
changed them to use the "SetProperty" action, which seems to be the Access
2007 approach. Took a little time, but I eventually got them working just
right. Now I discover that isn't backwards compatible -- when I open the
database using Access 2000 I find that the Action is blank, with the comment
"Macro action from newer Access version: Set Property".
How can I make my database work for both the folks with older computers and
Access 2000, and newer computers with Access 2007?
 
Top