I
Ian Chappel
If I have a Receipts form and Payments form based on the same table, say
NomPayments, I don't want the user to have to enter negative numbers in one
case, e.g. if Payments are stored as positive figures, then Receipts would
be negative. Is there a neat way at form level to display and input positive
figures but store them as negative? I feel it should be possible, maybe by
hiding the bound control and triggering events to multiply by -1 and display
in a calculated control, but this seems a little convoluted. Or is it better
to simply store all values as positive and have a "negative flag"?
NomPayments, I don't want the user to have to enter negative numbers in one
case, e.g. if Payments are stored as positive figures, then Receipts would
be negative. Is there a neat way at form level to display and input positive
figures but store them as negative? I feel it should be possible, maybe by
hiding the bound control and triggering events to multiply by -1 and display
in a calculated control, but this seems a little convoluted. Or is it better
to simply store all values as positive and have a "negative flag"?