G
Guest
Good morning,
I'm in Access 2000 and have a Macro that I've setup to run OnClick on my main form. My users will access the database form via Citrix / Thin Client, however the database itself is on a common area fileserver. The macro calls up the command to go to User and Group Accounts so my users can, when they want to, change their password. I then have SendKeys (actually, running BEFORE the RunCommand) type
+{TAB} {RIGHT}
This takes the dialog box to the Change User Password tab (the other has all the options disabled due to permissions, etc) so they can change their password. As Admin, I can obviously remove a password (Workgroup Information File) to let them reset it.
For some reason, when I run it on my Citrix client software (by ICA), the SendKeys action doesn't happen. However, it DOES run when I use the Access application from my PC to hit the database in the common area (and I have a command line switch to call up the WIF, so my users to have to join it and the general one on the Citrix server).
Can someone help?
Thanks!
Derek
I'm in Access 2000 and have a Macro that I've setup to run OnClick on my main form. My users will access the database form via Citrix / Thin Client, however the database itself is on a common area fileserver. The macro calls up the command to go to User and Group Accounts so my users can, when they want to, change their password. I then have SendKeys (actually, running BEFORE the RunCommand) type
+{TAB} {RIGHT}
This takes the dialog box to the Change User Password tab (the other has all the options disabled due to permissions, etc) so they can change their password. As Admin, I can obviously remove a password (Workgroup Information File) to let them reset it.
For some reason, when I run it on my Citrix client software (by ICA), the SendKeys action doesn't happen. However, it DOES run when I use the Access application from my PC to hit the database in the common area (and I have a command line switch to call up the WIF, so my users to have to join it and the general one on the Citrix server).
Can someone help?
Thanks!
Derek