I’ve several databases with their own ACL.I’would like to combine those databases into 1 view.
Example:
database1.nsf
has a form with articlecode + pictures
database2.nsf
has a form with articlecode + spare parts list
database3.nsf
has a form with articlecode + costprice calculation
etc …
Each database has its own ACL
I would like to create a view in which a user can see at once all the data he is allowed to see (ACL)
How do I have to do this ?