Yes, Sorry was a bit to brief.
Ok, I have a form that has a tab control on it with two pages, on each page there is a subform that is displayed in datasheet format. When a user opens this form (Mainform) They choose a property from a combobox and then the datasheet shows those records associated with that property. Great, works well, however...
On the subform there is a field called date allocated which the user enters a date when a job was allocated to that property. Then there is a unbound field that calculates the time in days from the date allocated and the current date. Great works well, however...
On the subform there is a field that is called Time to Complete, this field needs to be the same as the unbound field - Me.Time to Complete = Me.Unbound the problem exists in the fact that the unbound calculative field is changing daily. However when a user opens the form each day the Time to Complete field no longer is the same as the unbound field. All attempts at getting the fields / form to refresh on open or after some events have failed as I can only get the selected record to refresh, I need all displayed records to refresh at once.
I hope I have explained things a little better my query in a nutshell is how can I get a datasheet full of records to refresh based on a calculative field all at once not just a selected one.
I sincerely appreciate all your help...