i need to be able to refresh the data on a form, when i click a button in a second form.
the onclick events runs some sql that alters the data that form a is based on, then closes form b. The changes are not reflected on form a until the form is reopened or i use a button on the form a to refresh.
is there anyway to achieve this? surely there must be an easier way than closing a form and reopening?
thankyou.
the onclick events runs some sql that alters the data that form a is based on, then closes form b. The changes are not reflected on form a until the form is reopened or i use a button on the form a to refresh.
is there anyway to achieve this? surely there must be an easier way than closing a form and reopening?
thankyou.