M
Mike Thomas
A customer has given me a database with a lot of VB code which needs to be
converted from Acc 95 to 2000. Everything has worked fine but for one
glitch: the programmer used a period, '.' , rather than an explamation
point between the recordset name and the field name. For example:
'myRS.ConsolidationLevel3id' instead of 'myRS!ConsolidationLevel3id'.
Apparently this was legal in Acc 95.
So, this app will not compile. There is a lot of code here, so there could
be 100's or 1000's of this situation.
Is there any way to do a mass conversion? I can do it one at a time by
compiling, but am hoping for something better. I also think all references
to form objects are separated by '!', as in Me!txtBox.
Many thanks,
Mike Thomas
converted from Acc 95 to 2000. Everything has worked fine but for one
glitch: the programmer used a period, '.' , rather than an explamation
point between the recordset name and the field name. For example:
'myRS.ConsolidationLevel3id' instead of 'myRS!ConsolidationLevel3id'.
Apparently this was legal in Acc 95.
So, this app will not compile. There is a lot of code here, so there could
be 100's or 1000's of this situation.
Is there any way to do a mass conversion? I can do it one at a time by
compiling, but am hoping for something better. I also think all references
to form objects are separated by '!', as in Me!txtBox.
Many thanks,
Mike Thomas