I have a form that uses a dataset based on two tables tblWorkRecords and tblWorkDetails. The work details part is a datasheed as I want a one to many form view and data entry. The form is fine but I want to calculate a number of fields derived from stored data. The first is calculating the total number of minutes between two times. I have used the Edit Column option in the datasheet design view and used
Code:
=DateDiff("n",[Start],[Finish])[code] in the derived field. The attached graphic probably demonstrates this better. Clearly I am doing something wrong can anyone help please? P.S. I previously tred to use a query in view which did the calutaion but I then had data entry issues.
[IMG]http://www.box.net/shared/ydvlkmmusu[/IMG]
Attachments
Last edited: