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.
 
Back
Top