Can some one show me how to use the datediff function where the dates
are being supplied through an access db. For instance, a recordset
would contain these fields: DateAssigned, DateDue, ProjectName,
ProjectDetail, Class. The student enters a project name, then a date
it was assigned and a date it is due...and other details about the
project into the appropriate fields. The projects appear in a
databound list box...when you click on a project name in the list box
I want the student to see automatically (in a label) how many days are
left until that project is due and so forth as they scroll down the
list box projects. I'm a newbe and would appreciate some help. Thanks
are being supplied through an access db. For instance, a recordset
would contain these fields: DateAssigned, DateDue, ProjectName,
ProjectDetail, Class. The student enters a project name, then a date
it was assigned and a date it is due...and other details about the
project into the appropriate fields. The projects appear in a
databound list box...when you click on a project name in the list box
I want the student to see automatically (in a label) how many days are
left until that project is due and so forth as they scroll down the
list box projects. I'm a newbe and would appreciate some help. Thanks
Comment