So i need to download Deploy an Access 2007 application. or Download the Access 2007 Runtime.
It will be nice if you can send me the steps
I m new to Access.
User Profile
Collapse
-
-
-
How to create multiple users in access 2007?
hello,
I want to create 2or 3 users in Msaccess 2007 inwhich first user say namely 'Administrator' has rights to access or edit or delete or modify table,forms,rep orts.
Second user say namely' Userq' has rights to access only forms where he add records n not able to read or edit or delete table'
And also the file is store in Administrator's Computer so that second user can access the file from Administrators... -
How to lock a field in a record or make it read only in Access 2007
Hello,
The codes below worked successfully in Access 2003
Code:Private Sub Form_Current() If Me.NewRecord Then Me.AllowAdditions = True Me.AllowDeletions = True Me.AllowEdits = True Else Me.AllowAdditions = True Me.AllowDeletions = False Me.AllowEdits = False End If
Code:Sub cmdEdit_Click On Error GoTo Err_cmdEdit_Click
No activity results to display
Show More
Leave a comment: