M 
		
								
				
				
			
		Mettá
Is the sql on an access db correct as this seems not to be working, however
if I remove the DISTINCT part it seems to work fine except the drop down
then contains multiple same name counties?
SELECT DISTINCT County FROM dbasename WHERE (field1 LIKE '%::field1::%')
ORDER BY County ASC
Thanks
M
FP2002
				
			if I remove the DISTINCT part it seems to work fine except the drop down
then contains multiple same name counties?
SELECT DISTINCT County FROM dbasename WHERE (field1 LIKE '%::field1::%')
ORDER BY County ASC
Thanks
M
FP2002