S
SePp
Hi
I want to select rows in a form via a checkbox. At the same Form I
want to click a button and I make another Select statement.
But at the moment I click at the button the changes are not made in
the database. First I have to go out of the form and then re-enter the
form and after this procedure I can click the button and it is
possible to see all the slected items.
Is there a way to commit the changes straight at the moment I clicked
the checkbox.
(I tried already form.requery, but I don't like that way because the
user loses the focus)
Thanks in advance.
Kind regards
Sebastian
I want to select rows in a form via a checkbox. At the same Form I
want to click a button and I make another Select statement.
But at the moment I click at the button the changes are not made in
the database. First I have to go out of the form and then re-enter the
form and after this procedure I can click the button and it is
possible to see all the slected items.
Is there a way to commit the changes straight at the moment I clicked
the checkbox.
(I tried already form.requery, but I don't like that way because the
user loses the focus)
Thanks in advance.
Kind regards
Sebastian