Add new record

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jajones2020
    New Member
    • Sep 2020
    • 2

    #1

    Add new record

    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]
    Attached Files
  • jajones2020
    New Member
    • Sep 2020
    • 2

    #2
    I figured it out thank you

    Comment

    Working...