Hello everyone,
I am trying to display the result of a SQL select query in a message box in access 2016. My initial thinking was that I need to use Openrecordset, but for some reason I can't manage to get it to work.
This is my code:
sqlstring = "Select [Current Period] from tblCHinfo"...