M
MattE
I have a form bound to a table. One of the fields is giving me fits.
That field should get its value from a field in the table unless that
table field value is null. In that case it should get its value from a
field in the calling form. The control source is:
=IIf(IsNull([ValueInTable]),[Forms]![CallingFormName]![ValueInForm],[ValueInTable])
So the first time I do this, the table is empty, so the field gets its
value from the calling form. But when I close this form, the new
record in the table was saved without anything in that field.
Hope this makes sense. Any help out there?
Matt
That field should get its value from a field in the table unless that
table field value is null. In that case it should get its value from a
field in the calling form. The control source is:
=IIf(IsNull([ValueInTable]),[Forms]![CallingFormName]![ValueInForm],[ValueInTable])
So the first time I do this, the table is empty, so the field gets its
value from the calling form. But when I close this form, the new
record in the table was saved without anything in that field.
Hope this makes sense. Any help out there?
Matt