sql - Circular Reference in MS Access -


i'm getting circular reference error in microsoft access sql.

select a.plateno, a.colm, a.alain (select plateno, alain, min(inspectiondate) colm       [vehicle spot check] group plateno)   inner join [vehicle spot check] m on (a.alain = m.withoutdefects) , (a.colm = m.inspectiondate)   , (a.plateno = m.plateno); 

i'm getting error:

circular reference caused alias '' in query definition's select list.  

i dont know 1 because there no specified field. main suspect m.withoutdefects double checked. there way find this? i'm thinking syntax after "inner join" problem.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -