Lisa has attended:
Access Advanced course
Access
I have an access database and need to create calaculate field against dates entered e.g. count number of days between two dates. The database has a data entry form. Is it best to do the calculations in a query or in the form?
RE: Access
Hi Lisa,
You could do it either way. Personally, I would create an unbound control in design view of the form using the toolbox. Then right click over the control and select properties. Go to the data tab and then click on the ... next to Control Source and you can build your formula from there using the fields in your form or from any of the tables.
I hope this has answered the question.
Regards
Simon