A person is able to submit a query.
On page A the variables are sent to page B that shows him all the data entered and also does the entry into the database. That all works.
After the insert into the database I want to be able to retrieve his entry to display the autonumber field in the database which he will use as ref for any queries linked to his name. Must I do a Select statement after the Insert on the same page B to be able to show him his ref number? Thanks
You don't need eyes to see just the vision because there are always more ways and different answers to what we are used to...
On page A the variables are sent to page B that shows him all the data entered and also does the entry into the database. That all works.
After the insert into the database I want to be able to retrieve his entry to display the autonumber field in the database which he will use as ref for any queries linked to his name. Must I do a Select statement after the Insert on the same page B to be able to show him his ref number? Thanks
You don't need eyes to see just the vision because there are always more ways and different answers to what we are used to...