|
Home > Archive > MS Access data conversion > April 2005 > Access 2000
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| LWendel 2005-04-20, 11:24 am |
| I a getting the following error messages when trying to write code for a
button.
The form name "menBrowseA" is misspelled or refers to a form that doesn't
exist.
I have deleted this above form; however it still show up as a form VB code
listing.
The other error is "Error accessing file. Network connection may have been
lost"
The database I am creating is located on my computer and not the network.
I have done a repair and compact and also reinstalled Office 2000 with no
luck.
Any Ideas of what to do?
| |
|
| Hi,
try creating a blank database file, and importing all the objects from
the other database into it and then setting your code references if
required.
Hope it helps
Regards
Alex
| |
| Allen Browne 2005-04-20, 11:24 am |
| Hmm: might be this bad error:
ACC2000: Error Message: Error Accessing File. Network Connection May
Have Been Lost
at:
http://support.microsoft.com/?id=304548
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"LWendel" <LWendel@discussions.microsoft.com> wrote in message
news:1A5C4716-9A5A-4077-8949- 2DBA2F508A0D@microso
ft.com...
>I a getting the following error messages when trying to write code for a
> button.
>
> The form name "menBrowseA" is misspelled or refers to a form that doesn't
> exist.
>
> I have deleted this above form; however it still show up as a form VB code
> listing.
>
> The other error is "Error accessing file. Network connection may have been
> lost"
> The database I am creating is located on my computer and not the network.
>
> I have done a repair and compact and also reinstalled Office 2000 with no
> luck.
> Any Ideas of what to do?
>
|
|
|
|
|