Я не уверен, почему мой запрос выводит мне следующую ошибку:
The SQL statement could not be executed because it contains ambiguous outer joins. To force one of the joins to be performed first, create a separate query that performs the firm join and then include that query in your SQL statement.
Это мой запрос, я вижу только одно соединение:
SELECT PC.[Mother_Board_Name] & ',' & PC.[Mother_Board_Manufacturer]
FROM PersonalComputerHardware PC, Registers R
WHERE ',' & R.[Names].Value & ',' LIKE '*,' & PC.[Computer_ID] & ',*';
R.Names.Value, кстати, является ссылкой на многозначное поле. Я не понимаю это сообщение об ошибке, потому что я использую только один крест JOIN