|
I did define a date column, but these aren't from the years 2005 and 2006. They are actually birthdays with dates from the 60's, 70's, etc.
I tried what you gave me, but I guess I'm not understanding something.
Here's some info:
TABLE NAME: birthdays
FIELDS: FirstName, MiddleName, LastName, month, day, year, date
The date is a "date" type field.
I put month, day and year just in case I needed those fields. Their number data types.
I'd like to display this:
------------------------------
Bob Jones turns 20
on May 31
Norah Williams turns 42
on June 6
etc...
------------------------------
With that, how should I code this thing? I'm fairly new at working with databases, so forgive me if I don't catch on fast enough.
|