M
mwagoner
Currently I have a query that brings all the information i need except
for one piece found in another table. My current query looks like:
strConnect = "Driver={Microsoft Access Driver (*.mdb)};
DBQ=\\CALSJ1\PMAPPS\pmdata.mdb"
Set objRecordset = Server.CreateObject ("ADODB.Recordset")
objRecordset.Open "mstJobs", strConnect, adOpenStatic,
adLockOptimistic, adCmdTable
I need to pull the JobName from another table in which both tables have
the JobNumber in common.
I am not sure how what the SQL syntax for doing this would be...
Any help is appreciated.
Thanks
for one piece found in another table. My current query looks like:
strConnect = "Driver={Microsoft Access Driver (*.mdb)};
DBQ=\\CALSJ1\PMAPPS\pmdata.mdb"
Set objRecordset = Server.CreateObject ("ADODB.Recordset")
objRecordset.Open "mstJobs", strConnect, adOpenStatic,
adLockOptimistic, adCmdTable
I need to pull the JobName from another table in which both tables have
the JobNumber in common.
I am not sure how what the SQL syntax for doing this would be...
Any help is appreciated.
Thanks