Dataset

captainlove

captainlove
Local time
Today, 14:38
Joined
Apr 18, 2008
Messages
39
How do I make a dataset not updataable in MS access
 
You can present the data to the user in a form with its Allow Edits property set to No.
 
Another way to do it is in the form properties, under the Data tab, you can set the Recordset Type to "Snapshot" - you can't change it then. It won't update if data changes unless you refresh the form (re open it, requery it, etc.) but you won't be able to do any edits.
 

Users who are viewing this thread

Back
Top Bottom