M
MarkD
Using Access 2000.
Hey,
I need to update 100+ fields in a table as follows:
iif(isnull([thisfieldname]),0,1)
The only way I know how to do this is to bring each field
in and on the update clause, change each and every field,
ie...
iif(isnull([field1]),0,1)
iif(isnull([field2]),0,1)
....
iif(isnull([fielen]),0,1)
Is there a general statement that is equivalent to "the
expression returned for this field"?
Something like the equivalent of me.activecontrol for
forms.
Please, tell me there is!
Thanks!
-Mark
Hey,
I need to update 100+ fields in a table as follows:
iif(isnull([thisfieldname]),0,1)
The only way I know how to do this is to bring each field
in and on the update clause, change each and every field,
ie...
iif(isnull([field1]),0,1)
iif(isnull([field2]),0,1)
....
iif(isnull([fielen]),0,1)
Is there a general statement that is equivalent to "the
expression returned for this field"?
Something like the equivalent of me.activecontrol for
forms.
Please, tell me there is!
Thanks!
-Mark