Hello guys,
Is it possible when I insert a value in a form field, the form to run a query, updating some other fields of the table that is related to the form?
I want let's say to insert the word "Monday" and the query to insert to the table related to the form (and therefore appear on the form), my appointments which are already stored in another table.
I have managed to do it with a button but I would like to do it automatically when the field is filled. I have tried textbox events but with no luck...
Is it possible when I insert a value in a form field, the form to run a query, updating some other fields of the table that is related to the form?
I want let's say to insert the word "Monday" and the query to insert to the table related to the form (and therefore appear on the form), my appointments which are already stored in another table.
I have managed to do it with a button but I would like to do it automatically when the field is filled. I have tried textbox events but with no luck...