In a query "can't represent join expression in design view"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A2003, using the wizard to create a summary query I get a message "...can't
represent the join expression in design view...". The datasheet view looks
fine but I can't get to the design view. Instead it shows me SQL editor which
includes the following:
FROM PARTY INNER JOIN PASSENGER ON ([PARTY].[PartyName]
=[PASSENGER].[PartyName]) AND ((([PARTY].[TourDate] =[PASSENGER].[TourDate])
AND ([PARTY].[TourID] =[PASSENGER].[TourID])) AND ([PARTY].[VehicleID]
=[PASSENGER].[VehicleID]))

Any ideas ?

TIA,
Charlie
 
Back
Top