G
Guest
Have a numeric field that can contain numbers ranging grom 1 to 10. about
90% of the values are 1 and I am mostly interested in the fields that are >
1. I can limit the values displayed on a data entry/update form to only show
values > 1 by using an IIF() in the source query or the form control. the
problem is that I need to be able to sometimes update the value. by using
the IIF() I cnat update the field.
Is there another way to only display the values >1 but still be able to
update the underlying field??
90% of the values are 1 and I am mostly interested in the fields that are >
1. I can limit the values displayed on a data entry/update form to only show
values > 1 by using an IIF() in the source query or the form control. the
problem is that I need to be able to sometimes update the value. by using
the IIF() I cnat update the field.
Is there another way to only display the values >1 but still be able to
update the underlying field??