Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Neng
  • Order by date
  1. Neng

    Separate security for subwebs

    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
  2. Neng

    Report Help

    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...
  3. Neng

    Report Help

    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...
  4. Neng

    Report Help

    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...

Part and Inventory Search

Back
Top