Recently I have been creating a database in Access 2007 that looks at the end date of certain events and then compare it with todays date in order to determine whether or not the event can actually be participated in.
If the current date is before the end date, then I would like the field to display "current." On the same note, I would like the field to display "passed" if the current date is past the end date.
Normally I understand that this issue would normally be solved using forms, reports, or queries, but I was wondering if it would be possible to do this at the table level. Also, I am hoping to solve this problem by adding another field to the table that the dates are stored in, thus making the navigation less complicated.
Please note: I am new to access and do not completly understand the syntax or logic of SQL and Visual Basic. If possible could you explain the tech terms and logic that you are using.
Thank you for your help
If the current date is before the end date, then I would like the field to display "current." On the same note, I would like the field to display "passed" if the current date is past the end date.
Normally I understand that this issue would normally be solved using forms, reports, or queries, but I was wondering if it would be possible to do this at the table level. Also, I am hoping to solve this problem by adding another field to the table that the dates are stored in, thus making the navigation less complicated.
Please note: I am new to access and do not completly understand the syntax or logic of SQL and Visual Basic. If possible could you explain the tech terms and logic that you are using.
Thank you for your help