if i use this query
SELECT uid, cust_type, name_title, name_first, name_last, adr_line_1, adr_line_2, adr_line_3, adr_line_4, adr_post, tel_one_area, tel_one, tel_two_area, tel_two, tel_mobile_area, tel_mobile, tel_fax_area, tel_fax, inf_enabled FROM tbl_customer WHERE tel_fax_area OR tel_fax = 'private' ORDER BY uid desc
I get three lines brought back, the two fields are number fields, that hold telephone numbers, so why does this happen??