I'm in a bit of a bind here. We are rolling out a database that will have the potential of 200+ employees accessing it simultaneously. It's basically a form frontend with a basic data table backend. The set up is simple, but now when multiple submit, there is the possiblity of overlapping requests.
For example, say John Doe accesses the form and starts to fill it out, a minute later Jane Doe access the form and fills it out and submits it before John. Jane's report comes through clearly, and John's looks exactly like Jane's report.
Right now I have a SendObjects macro that emails a report based on a select query that results in the most recent record created. (Top Value 1 with Request ID sorted in Descending order). I am looking for a way to query the most recent record created by the user. For example, when John Doe submits his report, the query will pull his submissions and not Jane's.Is this possible?
Any help would be greatly appreciated.
Thanks.
For example, say John Doe accesses the form and starts to fill it out, a minute later Jane Doe access the form and fills it out and submits it before John. Jane's report comes through clearly, and John's looks exactly like Jane's report.
Right now I have a SendObjects macro that emails a report based on a select query that results in the most recent record created. (Top Value 1 with Request ID sorted in Descending order). I am looking for a way to query the most recent record created by the user. For example, when John Doe submits his report, the query will pull his submissions and not Jane's.Is this possible?
Any help would be greatly appreciated.
Thanks.