Getting weird error message!

  • Thread starter Thread starter Bill Mitchell
  • Start date Start date
B

Bill Mitchell

I am trying to run the following sql:

Set qdfContactList = .CreateQueryDef
("ListSearchContactAll", "SELECT DISTINCTROW
[SummaryContact].[ContactSummary],[SummaryContact].
[ContactID], [SummaryContact].[ContactDateID], ...(rest
of sql)

I am getting an error message that says I am attempting
to use a reserved name or argument name. For the life of
me, I can't see that I have used any of either. Anyone
have any ideas?

Thanks.
 
Back
Top