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
SBS2003 - Exchange - Cannot open shared mailbox
Help with Vista re-installation
Defrag an SQL DB
How can I create a signature capture in iPhone SDK?
DHCP - Windows Server 2003
EtherChannel on Cisco 2960 switch intermittent dropped packet
Easily access pdf's and other doc's while in the field
iPad will not sync with Exchange 2003
Invalid object reference error
diff between cfgmgr -v and cfgmgr -v fcs0 and fcs1...