hi,
im trying to develop a dynamic query depending on the data from a combobox.
i managed to get this working using the LIKE * & CMBBOX & * criteria.
but the *.* criteria is a little to wide. supose i use a combobox listing the client id's.
If i select a client id 3 my query retruns all clients who include a 3 in there id. so also 13 and 31 one and 113 etc.
is there a way to avoid this please?
thanks
im trying to develop a dynamic query depending on the data from a combobox.
i managed to get this working using the LIKE * & CMBBOX & * criteria.
but the *.* criteria is a little to wide. supose i use a combobox listing the client id's.
If i select a client id 3 my query retruns all clients who include a 3 in there id. so also 13 and 31 one and 113 etc.
is there a way to avoid this please?
thanks