I have form with a calculated field on it. It should calculate the values from the subform.
The way the tables are stored are as follow
It is one to many relationship
ID TOTAL TIME (FORM)
12345 35
ID CODE TIME (SUBFORM )
12345 A 15 record 1 on subform
12345 B 20 record 2 on subform
**** notice is same id because of the relantionship***
As I keep entering records on the subform, I would like the totaltime on the form to keep updating and the last value on this box on the form to be stored in the table.
Is this possible to do without writing some very lenthy procedure.
thank you all you that have helped in the past
The way the tables are stored are as follow
It is one to many relationship
ID TOTAL TIME (FORM)
12345 35
ID CODE TIME (SUBFORM )
12345 A 15 record 1 on subform
12345 B 20 record 2 on subform
**** notice is same id because of the relantionship***
As I keep entering records on the subform, I would like the totaltime on the form to keep updating and the last value on this box on the form to be stored in the table.
Is this possible to do without writing some very lenthy procedure.
thank you all you that have helped in the past