Hi All,
I think that this may well be a common problem, but is there a quick/easy solution?
I have converted an Access '97 database application to 2000.
Switchboard had been used to create the 'menu' form etc in the '97 version. When the switchboard form is run in 2000 it uses VBA code which 2000 doesn't like, specifically:
'dim dbs as database'
with the message: "User defined type not defined"
It seems that 2000 doesn't have the 'database' type.
Any ideas of how to convert ALL of the code to be 2000 compliant?
Any help or hints much appreciated.
Regards,
Darrylle
"Never argue with an idiot, he'll bring you down to his level - then beat you with experience."
I think that this may well be a common problem, but is there a quick/easy solution?
I have converted an Access '97 database application to 2000.
Switchboard had been used to create the 'menu' form etc in the '97 version. When the switchboard form is run in 2000 it uses VBA code which 2000 doesn't like, specifically:
'dim dbs as database'
with the message: "User defined type not defined"
It seems that 2000 doesn't have the 'database' type.
Any ideas of how to convert ALL of the code to be 2000 compliant?
Any help or hints much appreciated.
Regards,
Darrylle
"Never argue with an idiot, he'll bring you down to his level - then beat you with experience."