I've a form that's being called via parameters. (I'm wondering if this is the problem).
I've two command buttons; forward & backward. The code works - They skip through the records up and down as they should but the form isn't updating the form.
Now, is it because I'm missing something silly which should tell the form to update itself after a skip command has been called? I'd have thought that would have been the "ThisForm.Refresh" method? But even that's not doing the job.
On a standalone form, you can select the control source but this is a form called with parameters so the labels and textboxes are already occupied by variables. Is this why? But the public variables should have registered what it had been assigned and keep it's values throughout the entire application.
Hmm...
I've two command buttons; forward & backward. The code works - They skip through the records up and down as they should but the form isn't updating the form.
Now, is it because I'm missing something silly which should tell the form to update itself after a skip command has been called? I'd have thought that would have been the "ThisForm.Refresh" method? But even that's not doing the job.
On a standalone form, you can select the control source but this is a form called with parameters so the labels and textboxes are already occupied by variables. Is this why? But the public variables should have registered what it had been assigned and keep it's values throughout the entire application.
Hmm...