BIG TROUBLE - urgent help needed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

I have come to open my database this morning and it has gone completely kaput. It was working fine when i left last night

The problem seems to be when i try to add record on the forms that we use. Here are some explamples of whats happening

1.Private SubForm_Open (Cancel As Integer) is highlighted yellow then undernearth If GETOS_VERSION = os_nt the
2. Private Sub Command 50_Click () is highlighted yellow and then underneath ACNEWREC is highlighted
3. Private Sub Command 44_Click() is highlighted yellow and then undernearth ACNEWREC is highlighted

I have no idea how this has happened and what to do to put it right and would be extremely grateful if someone can help me out

Thank

Caro
 
Make a backup
- try compile the project
- check the references
- try change the name VBA project name by opening any module and selecting
Tools|???? Properties
- restore from a working backup

--
Duane Hookom
MS Access MVP


carolm said:
Hi

I have come to open my database this morning and it has gone completely
kaput. It was working fine when i left last night.
The problem seems to be when i try to add record on the forms that we use.
Here are some explamples of whats happening.
1.Private SubForm_Open (Cancel As Integer) is highlighted yellow then
undernearth If GETOS_VERSION = os_nt then
2. Private Sub Command 50_Click () is highlighted yellow and then
underneath ACNEWREC is highlighted.
3. Private Sub Command 44_Click() is highlighted yellow and then
undernearth ACNEWREC is highlighted.
I have no idea how this has happened and what to do to put it right and
would be extremely grateful if someone can help me out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

UserForm Prob 3
Need urgent help 0
Can't find project or libraray 1
code help 0
Allen Browne Help!!! 7
DoCmd.GoToRecord question 2
Variable not Found 1
error 2105 3

Back
Top