SELECT PCHIST.Field1 as Sear,PCHIST.field4 as Sboar,PChist.field3 as Type,PChist.field2 as date,PigIDs.field1 as unit INTO PCSERVE FROM (PCHIST inner join tblcodes on pchist.field3=tblcodes.PigChampName)LEFT JOIN PigIDs ON PCHIST.field1=PigIDs.field0 WHERE PCHIST.field3='MATING' Or PCHIST.field3='AI'
can anyone enlighten me why the above does not work.
I am using it to create a querydef in VB and it will not
do it
can anyone enlighten me why the above does not work.
I am using it to create a querydef in VB and it will not
do it