setting RecordsetType = 2 doesn't work

  • Thread starter Bill R via AccessMonster.com
  • Start date
B

Bill R via AccessMonster.com

I have the following line of code, which executes without error:

..sfrmActualLoc.Form.RecordsetType = conSnapshot

'conSnapshot = 2

But when I go to the form in question, I am able to update records. Any ideas?
 
Top