N
Nancy
I have created a form that has controls to either search
or update information on a table. However, if I run a
search, and then try to run an update, I get the error
message "run-time error '3211' ". I have tried the
following:
Me.RecordSource = "Provider"
DoCmd.Close acTable, "TempProv"
the table "TempProv" is the table that is used for
search/update. the table "Provider" is a 'dummy' table
Any suggestions would be appreciated. Thanks
or update information on a table. However, if I run a
search, and then try to run an update, I get the error
message "run-time error '3211' ". I have tried the
following:
Me.RecordSource = "Provider"
DoCmd.Close acTable, "TempProv"
the table "TempProv" is the table that is used for
search/update. the table "Provider" is a 'dummy' table
Any suggestions would be appreciated. Thanks