Dominate007
Technical User
Im compiling a database for my company. My boss wanted the database to open with a "Welcome form" which ive done, on that form there are buttons that link to the other forms in the database. when i click on the button it goes to the form but open on the first record, i want it to open on a new record. i went to the microsoft website and found this
Sub ShowNewRecord()
DoCmd.OpenForm "Employees", acNormal
DoCmd.GoToRecord , , acNewRec
End Sub
That didnt help at all because ive never used visual basic before, but it is now part of my job description!!!! could someone PLEASE help me so that when i click on the button it opens the form with a new record.
The two forms that need to be linked are "Axiom Repair Form" and "Third Party Repair Form"
Thanks a million
Sub ShowNewRecord()
DoCmd.OpenForm "Employees", acNormal
DoCmd.GoToRecord , , acNewRec
End Sub
That didnt help at all because ive never used visual basic before, but it is now part of my job description!!!! could someone PLEASE help me so that when i click on the button it opens the form with a new record.
The two forms that need to be linked are "Axiom Repair Form" and "Third Party Repair Form"
Thanks a million