?
=?ISO-8859-1?Q?=D8ystein_Sund?=
Hello
I've made the following in VBA:
Dim query As String
Dim result
query = "SELECT value FROM settings WHERE description = 'priceperhour'"
DoCmd.RunSQL query
There is one row with the description cell = priceperhour and the value
cell = 350.
How do I put the value cell into the variable result?
Any help would be appreciated!
Sincerely
Øystein Sund
I've made the following in VBA:
Dim query As String
Dim result
query = "SELECT value FROM settings WHERE description = 'priceperhour'"
DoCmd.RunSQL query
There is one row with the description cell = priceperhour and the value
cell = 350.
How do I put the value cell into the variable result?
Any help would be appreciated!
Sincerely
Øystein Sund