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
transfering a directory with multiple files in parallel
Exchange 2010. Install Failed, now can't uninstall
Change Username on SBS2008
VC++ change .exe icon
Raid 1 Rebuild Failed - Adaptec 1210SA
How to Combine The Data in Two Excel Sheet into One Using VBA
Create a simple movie cataqlog with XML
DPM 2010 - Agent Install Problem (On 2k3 DC)
Missing Text Description in Add/Remove Programs
Cisco ASA 5505 connecting to Internet through a Comcast Router