P
Paul Mendlesohn
I would like to know how to test if a person is less than 18 years old.
Something like this:
where dtDateOfBirth is their birthday and Date is the current date
if Date - dtDateOfBirth < 18 then strStatus = "Child"
As you can see I haven't got a clue how to write it.
Thanks
Paul
Something like this:
where dtDateOfBirth is their birthday and Date is the current date
if Date - dtDateOfBirth < 18 then strStatus = "Child"
As you can see I haven't got a clue how to write it.
Thanks
Paul