VB missing file error

  • Thread starter Thread starter kpick4 via AccessMonster.com
  • Start date Start date
K

kpick4 via AccessMonster.com

Using Access 2007. I am attempting to add code to my Visual Basic project
but I get a
'File Not Found' error and my changes are not saved. Can someone tell me the
syntax for the file name? I have another issue which I believe is caused by
the same missing file...When I try to create the MDE I get an error about too
many table IDs. Since the front end is only 700kb and the backend is only 11
tables and 47mb, and since I get the Visual Basic File Not Found error before
I get the Table ID error, I am making the assumption they have a common cause.


Thanks
 
kpick4 via AccessMonster.com said:
Using Access 2007. I am attempting to add code to my Visual Basic project
but I get a
'File Not Found' error and my changes are not saved. Can someone tell me
the
syntax for the file name? I have another issue which I believe is caused
by
the same missing file...When I try to create the MDE I get an error about
too
many table IDs. Since the front end is only 700kb and the backend is only
11
tables and 47mb, and since I get the Visual Basic File Not Found error
before
I get the Table ID error, I am making the assumption they have a common
cause.


Thanks

Are you attempting to do this programatically, or through the Access UI? Or
are you just trying to type code into the editor window?
 
Back
Top