Hi - I have a recordest that is based on one of 3 queries, depending on user selection in a combo box. The queries are different - eg one includes CompanyName, and CompanyFax, whilst another includes CompanyName and CompanyAddress.
I need to be able to test if recordset("CompanyFax") exists, not if recordset("CompanyFax") Is Not Null
At the moment I am trying to see if it is null or not, but if it isn't even in the recordset, then Access returns an error like 'object does not exist in this collection'
Any help much appreciated!
Dale
Manchester, UK
I need to be able to test if recordset("CompanyFax") exists, not if recordset("CompanyFax") Is Not Null
At the moment I am trying to see if it is null or not, but if it isn't even in the recordset, then Access returns an error like 'object does not exist in this collection'
Any help much appreciated!
Dale
Manchester, UK