Hi to all, I'm just wondering if anyone has come across a component over the years that is capable of putting a timeline on an Access form and displaying records with a date-time field.
What I want, is for example:
tabevents contains two basic fields:
eventtime (datetime)
eventname (string)
eventcomplete (bool)
What I want to place on the form is a visual timeline which calculates the time between the first and last event and places all events accordingly along the line, spaced out, ideally with an arrow/marker that moves along the line as time progresses, hilighting any events that haven't been marked as complete. Double clicking on the event would allow us to mark it as complete.
I know this is a long shot, but thought it worth seeing if such a thing exists.
What I want, is for example:
tabevents contains two basic fields:
eventtime (datetime)
eventname (string)
eventcomplete (bool)
What I want to place on the form is a visual timeline which calculates the time between the first and last event and places all events accordingly along the line, spaced out, ideally with an arrow/marker that moves along the line as time progresses, hilighting any events that haven't been marked as complete. Double clicking on the event would allow us to mark it as complete.
I know this is a long shot, but thought it worth seeing if such a thing exists.