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
Default parameter to max date
Unable to change my network card speed from 10 MB after creating a vm of Windows XP Pro
help with differential equation (but algebra reall)
sql query help
Facing issues in OCS federation..
Using jqzoom (jquery)
DHCP Client wont AutoStart
How to export data from Sql server to text or xml file using SSIS
Am I elegible for a free upgrade to Outlook 2010 with this?
SQL Substr Order