Hello all.
I've got a feeling this could be extremely easy to answer, but here goes.
How do I open up a form displaying data where the UniqueID of the record matches a variable?
I have a global variable MyUserNameIdentifier (stored as an Integer) which is the UniqueID of the user once he/she has logged on correctly to the database.
If the user wants to change their logon details, I want a form that brings up their relevant details based upon the value of the variable. However it seems I cannot enter variables within query criteria, and I've had no success with OpenArgs. I suspect that I would need to write a Function but I'm not sure how to go about this.
Many thanks
Withnail
I've got a feeling this could be extremely easy to answer, but here goes.
How do I open up a form displaying data where the UniqueID of the record matches a variable?
I have a global variable MyUserNameIdentifier (stored as an Integer) which is the UniqueID of the user once he/she has logged on correctly to the database.
If the user wants to change their logon details, I want a form that brings up their relevant details based upon the value of the variable. However it seems I cannot enter variables within query criteria, and I've had no success with OpenArgs. I suspect that I would need to write a Function but I'm not sure how to go about this.
Many thanks
Withnail