Hi
This is my first post to this forum, up until 2 weeks ago I had never used Access, but now I'm having to use it in "anger" at my new job and get from no-experience to at least proficient VERY quickly. So far I have designed my database, formed my Tables, set my relationships, built a number of queries and designed and made the forms I need for data entry - I'm pretty proud of what I've accomplished so quickly
My primary form is designed to enter survey data from customers. If a customer isn't already in the database, then you need to add the customer by opening another form that has all the customer info. I'm able to pass the customer ID between forms if the customer already exists, but if it's a new customer I would like to open the form, go to a new record and autofill the cutomerID text box with the number from the previous form.
I'm not at the VBA level yet, I'm currently adding functionality with the macro-builder interface thingy (image below because I think macro-builder might actual be a thing - and not what I'm using)
Please can you help me deal with passing a new customer ID to the customer info form?
Many thanks