Microsoft
Software
Hardware
Network
Question : MS access lock form fields
Hi I have a continuous form with 4 fields on it .
So If the data is present in the one field or in all the fields that whole record ( Means all the fields in that record) should be locked.
then the control goes to the second row, then all the fields should be available for the user to enter the data because its a new row . Please Help me as soon as possible. Thank You.
Answer : MS access lock form fields
Put this in the Form Current Event:
Private Sub Form_Current()
If Me.NewRecord = True Then
Me.AllowEdits = True
Else
Me.AllowEdits = False
End If
End Sub
mx
Random Solutions
Cannot access Windows 2008 DFS links from Windows 2003
PowerPoint Viewer 2010 Full Screen Mode by Default
Visual Studio 2005 not working on Windows 7
Understanding Analog Telephone Adaptors
Need help building an Apache module
Formula/Cunction Needed
User Certificate Enrollement Problem
SQL in C# code .. Reading Output Parameters.
Run the first php script in background - When done - run the next script ...
pcanywhere - stopped working symantec version 11.5