I have a DAO recordset query which I am running against a table that a user can change. The query looks at one particular column in the table and if a field is blank, it pulls data into that field from another table.
This all works fine except when a user deletes data from that column. The field looks empty to me when you view the table, but to the query, it's not. If I run a len() on the field, I get nothing - no 0, just blank. Data type for that column is set to txt in the table.
Can anyone explain to me what's going on here and how I might be able to circumvent the problem so that it still sees these as blank fields of zero length?
Thanks,
Rob
This all works fine except when a user deletes data from that column. The field looks empty to me when you view the table, but to the query, it's not. If I run a len() on the field, I get nothing - no 0, just blank. Data type for that column is set to txt in the table.
Can anyone explain to me what's going on here and how I might be able to circumvent the problem so that it still sees these as blank fields of zero length?
Thanks,
Rob