G
Guest
I have created a form that displays accounts, each with an initial $ amount
[Initial_Amt]. The form includes a subform that allocates money to each
account. Each account can be allocated many times.
I would like 2 things to happen within my subform:
1. the user must enter at least one amount [Allocation_Amt] otherwise it
will not allow you to save the record.
2. the [Allocation_Amt] must be equal to the [Initial_Amt] on the form,
whether they enter one or many. I would like a check here because I want to
ensure that the user doesn't enter more than supposed to. I was thinking of
adding a text box that adds the amounts of the subform then checks it to the
[Inital_Amt] on the form.
[Initial_Amt]. The form includes a subform that allocates money to each
account. Each account can be allocated many times.
I would like 2 things to happen within my subform:
1. the user must enter at least one amount [Allocation_Amt] otherwise it
will not allow you to save the record.
2. the [Allocation_Amt] must be equal to the [Initial_Amt] on the form,
whether they enter one or many. I would like a check here because I want to
ensure that the user doesn't enter more than supposed to. I was thinking of
adding a text box that adds the amounts of the subform then checks it to the
[Inital_Amt] on the form.