HELP - Custom DRW Drop list using DISTINCT

M

Mettá

I am having real problems with something that DID WORK and is now refusing
to work. It might be me forgetting something but I have a nasty feeling it
an update or but thats causing this one?

I have three fields, two of which are drawn from a db based on the 1st and
then a result based on all three...

1 is a text box - the user enters a word or string, say "yoga" and presses
search

2 a drop down with a choice of Counties come up which match via another
field "yoga"

This is where it's started to fail, it show all of them rather than distinct
ones...

SELECT DISTINCT County FROM DbName WHERE (Description LIKE
'%::Description::%') ORDER BY County ASC

I can no longer get this to work. Have MS changed things in FP2002 in the
most recent updates to cause this to no longer work????

Thanks to anyone who can help with this

M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top