Hi there, here is what I am trying to do:
I need to do a single form with 2 tabs.. the first tab is public information for an account, and the second is private info, such as credit card numbers etc.
The first tab is accessible by anyone, but the second tab is supposed to be accessible by entering a password.
Is there a way that I can do this? Even if I split up the data into two tables, one with public and one with private (no read permissions for normal user), a normal user cannot open the table because the 2nd tab potentially utilizes private data..
Is there a a way around this without having to have 2 separate forms?
Or alternatively, is there a way to limit what a normal user can see in a particular table? The normal user can't read the form unless he/she has read rights on the table.. hm
Thanks!
Allan
I need to do a single form with 2 tabs.. the first tab is public information for an account, and the second is private info, such as credit card numbers etc.
The first tab is accessible by anyone, but the second tab is supposed to be accessible by entering a password.
Is there a way that I can do this? Even if I split up the data into two tables, one with public and one with private (no read permissions for normal user), a normal user cannot open the table because the 2nd tab potentially utilizes private data..
Is there a a way around this without having to have 2 separate forms?
Or alternatively, is there a way to limit what a normal user can see in a particular table? The normal user can't read the form unless he/she has read rights on the table.. hm
Thanks!
Allan