mcgrcoAgain
Registered User.
- Local time
- Tomorrow, 05:25
- Joined
- Jan 26, 2006
- Messages
- 47
Hi there,
I'm using a passthrough query to get information from sql server. Unfortunatly when I try to append a field to a local access table I get validation errors as the field is blank. The table is set up to allow nulls but I think the sql field has some other type of null init.
Ive tryed isempty, isnull, nz and if column " ", "", column and none of this works. I can link it as a table as when the tqable is open in access it prevents the c++ application writing to sql server.
Any ideas wqhat i can do?
Much appreciated
I'm using a passthrough query to get information from sql server. Unfortunatly when I try to append a field to a local access table I get validation errors as the field is blank. The table is set up to allow nulls but I think the sql field has some other type of null init.
Ive tryed isempty, isnull, nz and if column " ", "", column and none of this works. I can link it as a table as when the tqable is open in access it prevents the c++ application writing to sql server.
Any ideas wqhat i can do?
Much appreciated