I have a site where access is determined by group membership. I have one list on the site, however, I would like to allow anyone to access with Author privileges. Is it possible to have a subweb containing that list where anonymous browsing is allowed?
Thanks,
Neal
Yes, it should work if the form is bound to the table. I forgot to mention that my approach uses the Printed field as Yes/No. If you want to track how many Duplicates are printed, you could go with an Integer field and set up a counting mechanism. Also, I am unsure when the data would be...
I am assuming the data for the report is coming from a single record and the form is displaying data from that record. If so, put the Printed field on the form (it can be invisible if you want). Then, put the code to assign the value behind the print button's On Click event.
Private Sub...
How is the report generated? If you use a command button to start the process, you could code it to first look up the value of your Printed field. If it is null or 0, your code could set the value to 1 and continue printing. If it is 1 (which would mean you've already printed it) you would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.