frankienstien
Programmer
i need to be able to select all the items in the database that are in the current month.
or
i need to be able to select all the items that are within 30 days of todays date.
this is for a nursery school that would like to be able to show the lunch menu's for the month.
the table is very simple
tblMenu
ID autoincrement
LunchDate Date
LunchItem Text
Thank you for your help.
or
i need to be able to select all the items that are within 30 days of todays date.
this is for a nursery school that would like to be able to show the lunch menu's for the month.
the table is very simple
tblMenu
ID autoincrement
LunchDate Date
LunchItem Text
Thank you for your help.