Refresh Not Available

DBFIN

Registered User.
Local time
Today, 02:52
Joined
May 10, 2007
Messages
205
I've tried to execute several macro commands, which all result in error 2046. The commands are: SaveRecord, Refresh, Requery, Redo. The error explanation is that the command is not available either because the database was created in an older access version or the database is in read only. My database was created in MS Access Version 2010 and has an accdb extension, which means it's compatible with version 2010. This is a serious problem in my database because it is a continuous form that requires all queries and form values to update simultaneously. I need your help.
 
Place the following in the form's OnCurrent event.
Me.Refresh
Did you check for the read only, (try if you can add a record direct in a table)?
 

Users who are viewing this thread

Back
Top Bottom