Search results

  1. B

    End date less (earlier) than Start date

    Hi Everyone, I have two unbound text fields namely txtStartDate and txtEndDate on a form. I want to verify that txtEndDate is not less (earlier) than txtStartDate and when this condition is met, a message pops up notifying the user. I have tried using the following code but am not getting the...
  2. B

    End date less (earlier) than Start date

    Hi Everyone, I have two unbound text fields namely txtStartDate and txtEndDate on a form. I want to verify that txtEndDate is not less (earlier) than txtStartDate and when this condition is met, a message pops up notifying the user. I have tried using the following code but am not getting the...
  3. B

    Email Payslip to individual employee

    Hi Everyone, I have been employed in an IT Consulting firm and my first assignment is to enhance a payroll system (in access) to be able to send payslips to individual employees with their specific payslip through email. The employee table has an email field and would like to send the emails...
Back
Top Bottom