Hi
I have a calculated field on a form and want to use it to update a field in a table. I have created an update query and when I run it it works taking the value from the open form.
When I try to run the query using the DoCmd.Openquery method it doesn't work. I have also tried execute query. No errors it is just the table isn't updated after the form field is updated. I have tried refreshing and requerying the form and control. Any ideas would be great.
I have added a button to run the query and it works. Why it doesn't as an event in the text box change event goodness knows.