Search results

  1. Jason Lee Hayes

    DigitalPersona U.AreU. 4500 Fingerprint Reader Integration with MS Access

    Hi, Has anyone had any experience in making use of a fingerprint reader within MS Access? This is something i am considering for my project and don't wish to recreate the wheel.. I've just got hold of a couple of DigitalPersona U.Are.U 4500 Fingerprint Readers... (Second Hand Hardware Only but...
  2. Jason Lee Hayes

    Sortable HTML table

    Excellent Work....
  3. Jason Lee Hayes

    ID Card Printers

    Before you choose one, you ideally need to identify what features you require. Do you really need edge to edge printing? Will B&W printing suffice or do you require colour? If colour do you require true Black? Do you need the ability to print on both sides? Do you need to be able to encode data...
  4. Jason Lee Hayes

    ID Card Printers

    What is it specifically you want to know.. I have one and been using it to produce ID cards. It prints edge to edge, double sided, does magstrip and rf encoding..
  5. Jason Lee Hayes

    Interactive Lessons

    Name the programs you mention... I'm sure I can help...
  6. Jason Lee Hayes

    Solved Copy all Date on form to clipboard to user can past this into another system

    Can confirm works fine in Access 2016 32-bit
  7. Jason Lee Hayes

    I'm amazed!

    Thankyou, didn't know this... 👍
  8. Jason Lee Hayes

    I'm amazed!

    Must apologise, ignorance is no excuse; I clicked new posts and didn't realise this Water-cooled place is dedicated for off topic conversation. I will go stand in the corner and give my self a good telling off. 😌. Still puzzled alittle why you would have such a place in a forum though or how...
  9. Jason Lee Hayes

    I'm amazed!

    Sorry Pat, wasn't aimed at you directly.. I posted a general statement that happened to link to your message. You are quite right; it should be directed to the author of the thread. i just feel like you any one can say anything they like however I joined Access World to to talk about MS Access...
  10. Jason Lee Hayes

    I'm amazed!

    For a minute there I thought I clicked on the wrong forum. Why would we need or wish to bring the topic of religion and beliefs into this group. Can't we leave that to other dedicated forums, nothing good will come of it; it will inevitable devide us....
  11. Jason Lee Hayes

    Upgrade to Windows 11 for free?

    Be careful, I've been so busy since Windows 11 release the revenue I've earned has payed for Christmas. I should not complain being self employed but the volume of failed upgrades is staggering. I would encourage everyone to hold off upgrading until the install/upgrade set has been looked at...
  12. Jason Lee Hayes

    Solved Users password encryption in users table in MS Access - multiuser system

    Here is a basic understanding of RC4. As with all encryption of data, all you are doing is buying time before your data is exposed by reverse engineering. Information is much more useful if it is current and accurate. If it takes 16 months to decrypt AES256 using a powerful PC then you could...
  13. Jason Lee Hayes

    Stop User entering a "Bad" value. Serial Numbers

    I believe the solution is simple and its procedural as mentioned above. " Since this is such a problem, I'm not sure why you are not validating the SN as you accept the device for repair. Wouldn't it be better to know that you have a bad SN up front?"
  14. Jason Lee Hayes

    Counter that counts the number of printed copies of report

    Hi, yes, i fully understand the complexity and i also believe its likely impossible to be 100% accurate unless you have a dedicated printer as you refer to with the capability built in. Even then there's no guarantee the end result is legible due to fuser failure for laser printers of clogged...
  15. Jason Lee Hayes

    Counter that counts the number of printed copies of report

    Yes; i am aware and have successfully programmed a raspberry pi to do just this using the Unix print system CUPS software when the printer is not capable of storing such information or i need to enable a printer to work wirelessly when wireless capability is non existent out of the box...
  16. Jason Lee Hayes

    Counter that counts the number of printed copies of report

    This is something I will need in my application. Its a necessity not a nicety. The issue can also be linked to the inaccuracy of a printer being reported as on line when it's not. I am going to work on a solution for this; I cannot accept that we are unable to identify with accuracy the printer...
  17. Jason Lee Hayes

    Counter that counts the number of printed copies of report

    Sure you can easily count the number of times the Print button is clicked as well as recording the date/time, workstation, username on each occasion. However it may not always physically get printed if e.g. "There is a paper jam or ink has run out.." Can you not just interpret the print spooler...
  18. Jason Lee Hayes

    Solved Error 2023 & 3075 relating to SQL Statement

    Thanks Gasman... I was so focused on the TempVar believing it was this i could not see the wood for the trees.... I should have known really as the value was being returned and stored in the table.... I have corrected this now to the following:- strSql = "SELECT tblDataChanges.* FROM...
  19. Jason Lee Hayes

    Solved Error 2023 & 3075 relating to SQL Statement

    I am using some code that simply populated a table when a form is opened and closed which populated some fields. I am trying to insert the current value of a TempVar declaired as [TempVars]!TempLogonName] to the field UserName however i cannot seem to get the formatting write. The TempVar holds...
  20. Jason Lee Hayes

    Update Front End

    Never really liked the batch file approach; wrote my own application in AutoIT a few years ago which is self contained only to find your example which is even better... Perfect.... Thanks for sharing...
Back
Top Bottom