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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -