Tab Form Question

K

Kevin G

I have a 5 tab form that I use for seperate areas of data entry. I have one
form's visible property to no when the form opens. If a users checks a box
on that record then the visible = yes. However, it stays yes for all of the
other records.

I'm wondering if there's something that I can do to make it look at the
checkbox of each record and make it visible based on whether that box is
checked on each record.

Am I asking too much? Any help is appreciated.

Thanks,

KG
 
R

Rick B

You need to test the check box in the "on current" event and set the form's
visible property based on that. This will allow the form to be visible or
not as you scroll from one record to the next.
 
K

Kevin G

Worked like a champ! Thanks Rick!!

KG

Rick B said:
You need to test the check box in the "on current" event and set the form's
visible property based on that. This will allow the form to be visible or
not as you scroll from one record to the next.
 

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