Hi everyone,
can you please help me tackle an issue that I am dealing with?
I have a table called tblMarketData where I manually store today's currency exchange rates and VAT.
I want to be able to work with today's data (therefore the latest entry). The entry pop-up automatically opens when I start the database for the first time that day, so when the DB is opened, it always has today's data.
What I want to do:
- show today's currency exchange rates in the main menu form header
- make calculations with them (for example products value in a different currency)
- and so on...
So basically I need some kind of a global access to the numbers. I want to use it in expression builder, queries, maybe even VBA.
What would be the most ellegant way to do it?
Thanks a lot!
Best regards,
Tomas