On a form I have two date fields (with pull down menu for selecting the date); after leaving the field a calculation takes place.
On another normal field I have the same trigger and calculation.
On another unbound field I have the value calculated depending from this calculation and the value of two other fiels on this form; so far no problem but...
If I leave the Date field by using the enter key or tab key the depending field is empty until I click somewhere on the form.
If I do the same from the normal field the depending field is updated immediatly.
The form is quit complicated so I do not want to change a lot;
So a simple workaround to solve will do: is there a command which simulates clicking on the screen. Me.refresh did not help
On another normal field I have the same trigger and calculation.
On another unbound field I have the value calculated depending from this calculation and the value of two other fiels on this form; so far no problem but...
If I leave the Date field by using the enter key or tab key the depending field is empty until I click somewhere on the form.
If I do the same from the normal field the depending field is updated immediatly.
The form is quit complicated so I do not want to change a lot;
So a simple workaround to solve will do: is there a command which simulates clicking on the screen. Me.refresh did not help