What i'm trying to do is when a user clicks A command button, I want some VB code to retrieve data from the database using an SQL command. The data can come back either as a recordset, or as a single value.
But i'm not to sure where to start.
Access has DoCmd.RunSQL(), which can be used for...