Single Form conditional field visibility

R

Ralph Wischnewski

I have reviewed many questions and answers on the subject of making fields on
a form visible based on the value of another field in the form. I can
understand why this is difficult on a continuous form.

For some reason I am having the same problem on a "Single Form" form. I
have set the field's Visible property to "No", and the forms "OnCurrent"
event to make it visible depending on the value of another field. Everthing
seems to go according to plan until the I select the record for which the
condition is satisfied, then that field becomes visible for all records.

What am I doing wrong, and how do I fix this?

Thank you
 
J

jahoobob via AccessMonster.com

You have to reset it to not visible. When you set it to visible in code it
is just like doing it manually. It stays that way until you change it.. You
could place this in the code for a next record button on the form.
 

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

Top