Search results

  1. D

    Email Payslip to individual employee

    I tried to do the same with my project. It worked, however, I can not send the email automatically. I need to hit the send button each time an email is created. I am using MS Access 2013 and Outlook 2013. Thank you and more power
  2. D

    Need help in creating number keypad for a touch screen program

    So far this is what I have copied from projectcode.com. I modified the buttons but I've copied everything. The thing is i need to enter the centavos also and the period or dot is not included. This is what I added. Please help. Thanks Option Compare Database Private Function...
  3. D

    Need help in creating number keypad for a touch screen program

    Thanks. But how do I include this in this: Private Sub Key_Period_Click() TypeAlphaNum "." End Sub
  4. D

    Numeric keypad for touch screen

    Hi! How about the character period. How can I create a button for this. Thanks
  5. D

    Need help in creating number keypad for a touch screen program

    Hi! I need help in creating a button for a period (.) in a numbers keypad. I was able to get from codeproject.com a sample code for the numbers 1 to 9 and 0. But I could not create a button to encode a period for the centavos. Thanks
Back
Top Bottom