G
Gina
Hi.
my queries work (more or less satisfyingly)
..... 3 fields: (PK)text, text, currency
I have exported them to a text file where the fields are separeated by a
vbTab
on the import all works well ...
but if field2 has a null value or empty string the currency field3 does not
get updated ....
If field2 = "" Or IsNull(field2 ) Then field2 = field1
this way it works, field3 gets updated .... but is it not possible to update
a record with an empty value in one or more fields ....
Thanks,
Gina
my queries work (more or less satisfyingly)
..... 3 fields: (PK)text, text, currency
I have exported them to a text file where the fields are separeated by a
vbTab
on the import all works well ...
but if field2 has a null value or empty string the currency field3 does not
get updated ....
If field2 = "" Or IsNull(field2 ) Then field2 = field1
this way it works, field3 gets updated .... but is it not possible to update
a record with an empty value in one or more fields ....
Thanks,
Gina