A
Allie
I have main form which is a summary of the subform( which
is a datasheet) When data is entered into the subform it
sums the following info to the main form - the number of
transactions, the number of each specific type of
transaction, and the amount of time used to complete all
the transactions (each type of transaction has a time
limit assigned)
I am having problems with the main form reflecting what is
actually on the sub form.
It was suggested that I use unbound fields in the footer
of the subform and then in the after update event of the
subform assign the values to the main form.
the problem is that the first transaction does not show on
the main form, however the subsequent transactions will
show. I have used the unbound field suggestion in the
subform - page footer and form footer and in the after
event of the form and the after event of the transaction.
Any suggestions?
Thanks
is a datasheet) When data is entered into the subform it
sums the following info to the main form - the number of
transactions, the number of each specific type of
transaction, and the amount of time used to complete all
the transactions (each type of transaction has a time
limit assigned)
I am having problems with the main form reflecting what is
actually on the sub form.
It was suggested that I use unbound fields in the footer
of the subform and then in the after update event of the
subform assign the values to the main form.
the problem is that the first transaction does not show on
the main form, however the subsequent transactions will
show. I have used the unbound field suggestion in the
subform - page footer and form footer and in the after
event of the form and the after event of the transaction.
Any suggestions?
Thanks