Hi All,
I hope I can word this correctly.
Essentially I have Table1 which contains all of our new clients (name, age, address, uniqueID) - that is updated daily.
What I want to do is have a form where our staff can click on a new client (from Table1) and see the details of their application appear in the form, PLUS a few extra blank boxes that are NOT linked to Table1. Once that client has been 'verified' by staff as eligible for a program, they can enter in "approved", and the staff name, and a few other fields into these blank boxes on the form.
Then they can click a button that runs some type of query (make table, update, append??) that will send this new information to a second table. This second table will contain all the info on the staff follow up, but have a join of the uniqueID to Table1, so we can analyze the information when needed.
I don't want anything deleted from Table1 (I want it to stay unchanged), rather I want Table2 to get a 'push' of copied data from Table1, plus all the new fields that were present in the Form. I'm not an Access master and feel a little out of my depth, but am willing to learn!
I feel like I'm missing a way to word this - hope I make sense! Any links are definitely appreciated
Thanks!
A