Hi All,
I am trying to learn sequel strings and I have a question. How do i extract the value from this sql statement? Thanks!
Dim myconnection As ADODB.Connection
Dim myrecordset As New ADODB.Recordset
Set myconnection = CurrentProject.Connection
myrecordset.ActiveConnection =...