I have a Project request database that i have a button on a form to add a new record. I am using the following code and iget an error the error i gest is you cant go to record.
[Code]
DoCmd.GoToRecor d , , acNewRec
'Forms!ChangeSe rviceRequestF!C mdAssign.Visibl e = True
'Forms!ChangeSe rviceRequestF!R equestorName.Se tFocus
End Sub
[Code]
[Code]
DoCmd.GoToRecor d , , acNewRec
'Forms!ChangeSe rviceRequestF!C mdAssign.Visibl e = True
'Forms!ChangeSe rviceRequestF!R equestorName.Se tFocus
End Sub
[Code]
Comment