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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Hootie777

  1. Hootie777

    Filter By Form And Linked Tables

    Please Can Anybody Offer Advice Do the "Filter By Form" values lists not work when using a linked table (As In Front End To Back End) I have looked for any info on this and cannot find any anywhere (Sorry About All The "Any's") If this has been addressed previously I can;t find it and I am...
  2. Hootie777

    Report from Filter by Form

    Try Creating a Button (Something Like "Go...") then in the onclick event proceedure: If Me.filterOn Then Docmd.openform "FormName",acViewPreview, , Me.Filter else Docmd.openform "FormName",acViewPreview End If Try This.
  3. Hootie777

    Make Data Unviewable Or Encripted

    Help I wish to have the data in on of my tables become encrypted after the entry of the data. I have considered simply hiding the table but don't know how this would affect the link to my front end. Ideally encryption would be a better method so that only certain users could see the proper...
  4. Hootie777

    Calculate Working Days In The Current Month

    Example Of The Problem: A Bonus Is Paid At A Monthly Rate But Only For Days Worked If The Employee Is Off Sick Or On Holliday He Loses That Days Portion Of His Monthly Bonus. I Know What Days He/She has Worked And I Know The Bonus Amount. I Want The Number Of Working Days InThe Current Month...

Part and Inventory Search

Back
Top