Navagate Record + Event problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok,

I have a form where depending on which options are wanted, certain
controls are disabled.

For example, say I have a checkbox labeled "Free Widgets". If the
checkbox is empty, then the control beside it called "No. of Widgets" becomes
disabled.

The code I have works (for checking the checkbox/control pairs), but the
problem is that when I navigate records (with the footer control) - Even
though the "Free Widgets" box is checked, the field is left disabled.

What I want is that when the records are navigated, the controls will
act as expected above. I've tried putting the checkbox validation routine in
FORM events like AfterUpdate, AfterRender, Change, ect... but NONE of these
work at all

I guess what I need is the name of an Event that is fired when you
navagate records with the Footer Nav control.
 
Never mind... for some weird reason, access didn't save when I linked the on
current property to an event procedure.

RonMan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top