Hi
i was wondering if it is possible to use the value of a variable (that has been defined in a module as a public variable) as a criteria in a query.
I have created a security login screen where the user enters their username and password, and when access is granted the value of the user_id is saved into the public variable.
I have also created a menubar and one of the options in the menubar is [change password].
What i want is for the details of that user to display when this menu option is selected. i have tried different ways of getting around this but not getting anywhere.
this is kinda what i want to happen:
SELECT User.user_id, User.User_password
FROM [User]
WHERE User.user_id = ( variable held in module)
anyone who knows any alternative ways of how this can be done, please let me know.
Thanks a bunch.
Regards.
IKSY
i was wondering if it is possible to use the value of a variable (that has been defined in a module as a public variable) as a criteria in a query.
I have created a security login screen where the user enters their username and password, and when access is granted the value of the user_id is saved into the public variable.
I have also created a menubar and one of the options in the menubar is [change password].
What i want is for the details of that user to display when this menu option is selected. i have tried different ways of getting around this but not getting anywhere.
this is kinda what i want to happen:
SELECT User.user_id, User.User_password
FROM [User]
WHERE User.user_id = ( variable held in module)
anyone who knows any alternative ways of how this can be done, please let me know.
Thanks a bunch.
Regards.
IKSY