Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Type Mismatch in Converted 97 Database (from 2000)

Status
Not open for further replies.

Markita

Programmer
Feb 20, 2001
3
AU
I have converted my Access 2000 database to 97 and now get a type mismatch error. I have dealt with the references problem and have saved and compiled all the modules. The error occurs when I run a module that has the Cmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord,, acMenuVer70 code in it.

When I put a toggle break in the code and go through it I get the message "The command or action "SaveRecord" is not available".

Does anyone know how to fix this problem?

Thanks,
Markita
 
The break point is what causes the warning and probably conversion has befuddled a field type or what ever else it is that you are doing on this event. If you want to see that it actually moves past the saverecord line add a simple line like Beep and put a break on it instead. Watch date fields carefully. Good Luck, Gord
ghubbell@total.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top