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
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