MDE file

M

Ming

I have added some fields to the linked tables in the upgrader funtion of
mybasModule file . When I run myProject.mdb, It works OK and open the forms
which is bounding to the table. However, I get errors when I open the form if
I run myFront.mde file. When I opened the database, those fields have been
appended to the linked tables. Did I miss some steps to append fields to the
linked table? It looks like some objects have not been included into
myFront.mde file during the build since it only occurs when I am using *.mde
file.

Here are the errors I am getting:
2046 The command or action 'SizeToFitForm' isn't available now
2759 The method you tried to invoke on an object failed
 
Top