![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
New Record
I created a button on my form through wizard that allows me to click on it
and create a new form. When I click the button, it sets my CallSheetEntryID to AutoNumber until I type in the form. This is locking up other people's systems. I added Me.CallSheetEntryID.SetFocus Me.Dirty = True to my code (full code below). When I click the New Record button, it now says " In order to change data through this form, the focus must be in a bound field that can be modified. What can I do? Private Sub Command74_Click() On Error GoTo Err_Command74_Click DoCmd.GoToRecord , , acNewRec Me.CallSheetEntryID.SetFocus Me.Dirty = True Exit_Command74_Click: Exit Sub Err_Command74_Click: MsgBox Err.Description Resume Exit_Command74_Click End Sub |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|