flaviooooo
Programmer
Hi,
I don't know if this is possible, but here I go:
I have my users divided in different user groups. Some have access to database, others don't... Simple as that.
Now I would like to trigger an update query from one database in another. So if one of our users would open a form in database 1, an update-query would run updating data in database2.
The problem is that some people that have access to db1, can't open db2.
So I would like to create some kind of IF-statement that would check if the user opening the form, is in a certain user group. Else the update-query would not run.
I hope this makes sense.
Thanks in advance
Kind regards,
Flavio
I don't know if this is possible, but here I go:
I have my users divided in different user groups. Some have access to database, others don't... Simple as that.
Now I would like to trigger an update query from one database in another. So if one of our users would open a form in database 1, an update-query would run updating data in database2.
The problem is that some people that have access to db1, can't open db2.
So I would like to create some kind of IF-statement that would check if the user opening the form, is in a certain user group. Else the update-query would not run.
I hope this makes sense.
Thanks in advance
Kind regards,
Flavio