Current event not working in continuous subform

  • Thread starter Thread starter Dale Fye
  • Start date Start date
D

Dale Fye

I have a subform (Access XP) that is a continuous form. When a user selects
a record in this subform, I want to check the value of several of the
controls and enable or disable several of the controls on the parent form.
I thought I would put this code in the forms Current Event, but it does not
appear to be firing when I select a record using the record selector or by
clicking in one of the text boxes.

What event should be firing when I select a record using the record selector
or click into a textbox in the continuous form?

Dale
 
The On Current event should work if the subform is just opening or if you
select a different record in the subform. If you click in the already
"current" record in the subform, nothing will trigger.
 
I'm not sure what is happening with your continuous form but my continuous
forms generate a Current event when you click in a control on a record.
 
Brain cramp.

I had some orphaned code. The forms current event did not show an event
procedure, but one existed for it.

Thanks, guys.
 

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