I want to highlight new data that has been entered in my database since a last meeting so it is easy to see in a subform’s table what info is new.
In my database I have a table called CompoundsObserv ations and that contains a date field called DateOfInfoAdded .
There is another table called LastMeetingDate with only one field, a date field called LastMeeting. This table only serves the purpose to register the last meeting's date and should be the basis to highlight new information that was enetered as from.
How can I make the DateOfInfoAdded date of the CompoundsObserv ations subform (placed on the main form called Compounds) turn red when this date is later in time than the LastMeeting date, the latter entered on a separate Form called Lastmeeting?
I tried doing this through a Query with an Expression between the 2 tables and that actually worked but strange enough, the “Group by” option makes the memo fields of the CompoundsObserv ations query become only 255 characters long (text size). So actually not all text is visible. When I turn the Group by option off (so the expression is not valid anymiore) all the text is there again.
I'm very new to Access so still quite intimidated.
In my database I have a table called CompoundsObserv ations and that contains a date field called DateOfInfoAdded .
There is another table called LastMeetingDate with only one field, a date field called LastMeeting. This table only serves the purpose to register the last meeting's date and should be the basis to highlight new information that was enetered as from.
How can I make the DateOfInfoAdded date of the CompoundsObserv ations subform (placed on the main form called Compounds) turn red when this date is later in time than the LastMeeting date, the latter entered on a separate Form called Lastmeeting?
I tried doing this through a Query with an Expression between the 2 tables and that actually worked but strange enough, the “Group by” option makes the memo fields of the CompoundsObserv ations query become only 255 characters long (text size). So actually not all text is visible. When I turn the Group by option off (so the expression is not valid anymiore) all the text is there again.
I'm very new to Access so still quite intimidated.
Comment