Hey. Can anyone help me connect thru VBA to SQL Server. Im using Access and I'm new to VBA. I know theres something like:
CurrentDB.OpenConnection
and something with ADODB and RecordSets but I don't know anything about it.
I'm trying to update the SQL DB and I was using DoCmd.RunSQL but I have no idea what I'm doing. HELP please.
CurrentDB.OpenConnection
and something with ADODB and RecordSets but I don't know anything about it.
I'm trying to update the SQL DB and I was using DoCmd.RunSQL but I have no idea what I'm doing. HELP please.