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