T
Tim Schiermeyer
Hello all,
Once again I have an issue. I need to know about how to update the data
in table insantly when a check box is selected. I have already used a couple
of methods. One was to change the focus to another control on the form and
the other is to move to another record then back. Unfortunately the later
seems to be the only one that works for check boxes. The only problem with
this is that when the form displays the last record record the function to
update errors because it tries to access the a record that does not excess,
thereby the update does not take place. I thought it would be nice to test
for the last record and run some different code if the form is displacing
this last record. So my questions comes down to two items, is there a better
way to update fields or how do I determine if the last record is displayed?
Thank you
Tim
Once again I have an issue. I need to know about how to update the data
in table insantly when a check box is selected. I have already used a couple
of methods. One was to change the focus to another control on the form and
the other is to move to another record then back. Unfortunately the later
seems to be the only one that works for check boxes. The only problem with
this is that when the form displays the last record record the function to
update errors because it tries to access the a record that does not excess,
thereby the update does not take place. I thought it would be nice to test
for the last record and run some different code if the form is displacing
this last record. So my questions comes down to two items, is there a better
way to update fields or how do I determine if the last record is displayed?
Thank you
Tim