-
setting age limits
Hi
I'm looking for some code to set age limits. I need to calculate pay for newspaper delivery. First if under 10 years they are too young to deliver papers. then if over 14years a bonus is added to the wage. I will use todays date as my start off point. so how so I code this linking to my database. I'm using vb6.
Thanks. Rosi
-
hi
First of all you will need a form which will accept a persons name,date of brith,etc .
if the age is less than 14 then do not save it in the database.
then calculating age from the db wont be a prob.
post back if you need more !!!:)