Possibly a misleading title, I'm not sure but please help if you can
!
Okay so I have two tables both with appropriate forms: Customers and Orders, both are linked by a unique field being CustomerID.
I have added a button that allows me to go to Orders form, from the Customers form however I can't seem to figure out two things, firstly.. How to make it so that when the button is pressed it always goes to create a new entry into the orders form, and also how to make it "autofill" in the CustomerID, as its unique and has to be entered in order to continue, manually remembering this number and entering it each time could turn out to be a nuisance so I'd like to automate it as much as possible.
Is there a simple solution or is this a little advanced for a beginner like myself?
~Markus

Okay so I have two tables both with appropriate forms: Customers and Orders, both are linked by a unique field being CustomerID.
I have added a button that allows me to go to Orders form, from the Customers form however I can't seem to figure out two things, firstly.. How to make it so that when the button is pressed it always goes to create a new entry into the orders form, and also how to make it "autofill" in the CustomerID, as its unique and has to be entered in order to continue, manually remembering this number and entering it each time could turn out to be a nuisance so I'd like to automate it as much as possible.
Is there a simple solution or is this a little advanced for a beginner like myself?
~Markus