B
Bob Alston
Access 2002 fails when editing vba module. I try to
enter the statement
Dim showDat as integer
immediately after i enter a space after the word "as" it
fails.
Previously I could enter dim statements as usual.
Figured corrupted vba module. Tried importing objects to
new database. No solution.
Tried copying module code to clipboard, deleting module,
compressing database and recreating module. No
resolution.
Tried putting comma after another dim statement and
adding this dim -
dim oldvar as string, showDat as integer
- same failure.
Tried shutting down Access. Tried rebooting system.
System is Dell Dimension 4400 1.7 gig Pentium 4 with 384
meg memory and lots of disk space.
The info in the debugging info sent to microsoft
references vbe6.
Ideas?
Bob
enter the statement
Dim showDat as integer
immediately after i enter a space after the word "as" it
fails.
Previously I could enter dim statements as usual.
Figured corrupted vba module. Tried importing objects to
new database. No solution.
Tried copying module code to clipboard, deleting module,
compressing database and recreating module. No
resolution.
Tried putting comma after another dim statement and
adding this dim -
dim oldvar as string, showDat as integer
- same failure.
Tried shutting down Access. Tried rebooting system.
System is Dell Dimension 4400 1.7 gig Pentium 4 with 384
meg memory and lots of disk space.
The info in the debugging info sent to microsoft
references vbe6.
Ideas?
Bob