S
sneeze
I have fields in my database that I have calculations that work but they do
not write the calculation into the table field. Anyone help?
not write the calculation into the table field. Anyone help?
The results of mostly all calculations shouldn't be stored. You can useI have fields in my database that I have calculations that work but they do
not write the calculation into the table field. Anyone help?
sneeze said:i might not have explained myself properly. I have fields [start] [end]
[total] where [total] = [end]-[start] with the correct result in the form. I
want that information stored (written) to the table with the same field name.
Thank you
sneeze said:I have fields in my database that I have calculations that work but they do
not write the calculation into the table field. Anyone help?
i might not have explained myself properly. I have fields [start] [end]
[total] where [total] = [end]-[start] with the correct result in the form. I
want that information stored (written) to the table with the same field name.