I am trying to select data from various tables. The only problem is, that in one table, the time is in the format “positive minutes from midnight” whereas all other tables store time in some standard TIME format. This prevents me from JOINING those.
Apart from that, adding another column to the other tables is impossible.
So my solution would be the following:
1. Get both date and minutes from midnight from table
2. Create Time/Date Object (using VB i guess)
3. Add MINUTES to the Time/Date Object
But I have no idea where or how I could do that. I will have to create a report, right?
I would be glad if somebody could point me in the right direction.
Thanks in advance.
No need for VBA here. You can create a query in which you convert the time to the proper format. Then you join the second table to this query.
You can convert the time with this formula in the query builder: