I am working on condensing our database and we have the same form and reports multiple times due to a separate header which is based on the login. We have it set up this way since certain users don't need access or don't need the same forms or reports as others. Is there a way to conditionally code the header to be something like this:
If AuthenticationRole = admin then show app parameter AdminHeader
If AuthenticationRole = Manager then show app parameter ManagerHeader etc.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
JenKri
I am working on condensing our database and we have the same form and reports multiple times due to a separate header which is based on the login. We have it set up this way since certain users don't need access or don't need the same forms or reports as others. Is there a way to conditionally code the header to be something like this:
If AuthenticationRole = admin then show app parameter AdminHeader
If AuthenticationRole = Manager then show app parameter ManagerHeader etc.
Thank you
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.