N
NES
I know I'm going to hear that this is a bad design, but please bear with me.
I have a field in a sub form called Qty (quantity) that is saved to a detail
table. In addition, I need that same value saved to another "temporary" table
that is used for posting, and then cleared. I have the second Qty field
default set to = the value of the first Qty field. But no matter what I enter
into the first Qty field, the second one remains unchanged.
That is, if I set the first Qty field to default to a value on the primary
form, then both fields are set automatically to that value. But if I change
the first value to something else, the second one doesn't change.
If I leave the first Qty field without a default, (it goes to zero) then the
second Qty field also goes to zero, and remains at that value even when I
enter a value in the first Qty field. The posting table must me written when
the initial records are written. I can't see any way around it. So I need
this value. Short of double entry, is there any way around this problem?
Any help would be most appreciated. Thanks in advance.
I have a field in a sub form called Qty (quantity) that is saved to a detail
table. In addition, I need that same value saved to another "temporary" table
that is used for posting, and then cleared. I have the second Qty field
default set to = the value of the first Qty field. But no matter what I enter
into the first Qty field, the second one remains unchanged.
That is, if I set the first Qty field to default to a value on the primary
form, then both fields are set automatically to that value. But if I change
the first value to something else, the second one doesn't change.
If I leave the first Qty field without a default, (it goes to zero) then the
second Qty field also goes to zero, and remains at that value even when I
enter a value in the first Qty field. The posting table must me written when
the initial records are written. I can't see any way around it. So I need
this value. Short of double entry, is there any way around this problem?
Any help would be most appreciated. Thanks in advance.