Link to home
Start Free TrialLog in
Avatar of axcess2
axcess2

asked on

.adp ms access store a value

I have written code to audit user usage in the project in adp project, sql server

the code runs on load events of forms

call auditusage(strSessionID,GUID, myInt, myString)

what I need i many cases is for GUID, myInt, myString to be the last GUID, myInt, myString in table AuditUsage

How can I store a value
If on load of frmPatients , GUID = 123
can I store it and call it later after frmPatients is closed?
Avatar of PatHartman
PatHartman
Flag of United States of America image

Last has no meaning in a relational database.  Do you mean maximum?
ASKER CERTIFIED SOLUTION
Avatar of harisrashid
harisrashid
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial