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?
..sfrmActualLoc.Form.RecordsetType = conSnapshot
'conSnapshot = 2
But when I go to the form in question, I am able to update records. Any ideas?