Hi:
I am appending to a SQL table that has fields that do not accept NULLS - I also cannot change this property because it will eventually impact end users. I am using a 'from' table that sometimes has values and sometimes doesn't. So, for instance, if Address is blank, I want to append '' to the 'to' table and if not, I want to append the Address. There are 6 such fields and a virtually unlimited combination of which will be blank for any given row in my 'from' table. Is there any way to write my Select statement so that what appends can be driven by a formula? I have tried to create another table which makes the substitution but Access puts NULLS not empty strings back in the fields.
Thanks in advance,
Carol
I am appending to a SQL table that has fields that do not accept NULLS - I also cannot change this property because it will eventually impact end users. I am using a 'from' table that sometimes has values and sometimes doesn't. So, for instance, if Address is blank, I want to append '' to the 'to' table and if not, I want to append the Address. There are 6 such fields and a virtually unlimited combination of which will be blank for any given row in my 'from' table. Is there any way to write my Select statement so that what appends can be driven by a formula? I have tried to create another table which makes the substitution but Access puts NULLS not empty strings back in the fields.
Thanks in advance,
Carol