Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mail Merge: One to Many Relationships

Status
Not open for further replies.
Here's some more info. I'm using the following field
{ Database \d "C:\SATv14.mdb" \c "DSN=MS Access Database;DBQ=C:\\SATv14.mdb;DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;" \s "Select 'System Name', 'Control_ID' FROM 'tblTestCaseStore'" \h }

Did I do something wrong here. Not quite sure what all the parameters mean but trying to figure it out. Thanks for the help.
 
Hi,

just taking a stab.

loose the double slash
Code:
DBQ=C:\SATv14.mdb
Not just tics
Code:
"Select `System Name`, `Control_ID` FROM `tblTestCaseStore`"


Skip,
[sub]
[red]Be advised:[/red] [glasses]
Alcohol and Calculus do not mix!
If you drink, don't derive! [tongue][/sub]
 
oops!

I believe that you need the double slashes.

So we're down to the tics.

Skip,
[sub]
[red]Be advised:[/red] [glasses]
Alcohol and Calculus do not mix!
If you drink, don't derive! [tongue][/sub]
 
It's weird because I'm not sure exactly what's going wrong. The error messages are so vague and not directed that I can't debug it correctly. Anyone else have any thoughts? This is driving me crazy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top