thanks for your patience all
nearly done on the DB SQL string..
now I need to do once last check...check on an empty field
something like :- select from users where field not empty
which in any normal world might look like
SELECT * FROM users WHERE this_field <> ""
but problems here with inverted commas etc..
I've tried a whole bunch of strings but none seem to work, cos I'm just so
damn thick!!!!
and the solution is...step forward people cleverer (great word) than me....
thanks again
VERY VERY frustrating knowing exactly what you want to do but lacking the
skills to do it