Re: tab control issue



When you say 'changes clients' do you mean 'moves to a different record'? If
so, you need to place the code in the Form_Current event procedure.

--
Brendan Reynolds

"JohnE" <JohnE@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D2D81ED4-CA4B-4878-83EB-DCC458F556C8@xxxxxxxxxxxxxxxx
> Hello. I have a form with a tab control on it. What I would like to be
> able
> to do is make some of the tab control pages invisible until the user
> checks a
> checkbox at which time the page will then appear. I've gotten the page to
> appear/disappear when the checkbox is checked/unchecked using the checkbox
> click event. But, what I have a problem with is when the user changes
> clients and the tab control changes information to the selected client.
> It
> is a checkbox that not all clients would have checked. I placed the
> checkbox
> click info (simple IF statement) into the tab control change event but
> nothing occurs.
> Does anyone have any ideas on how to get this to work?
> Thanks in advance for any assistance.
> *** John


.



Relevant Pages

  • Re: Checkbox and relational table
    ... > I've a question regarding the checkbox. ... > I've a formular with a list of clients per work experience. ...
    (comp.lang.php)
  • Re: Selecting records that show in a report
    ... Access adds a Total row to the grid. ... If you actually wanted all clients True, ... This would exclude all the clients where the checkbox is TRUE, ...
    (microsoft.public.access.reports)
  • Re: Selecting records that show in a report
    ... I'm assuming your checkbox is bound to a Yes/No field. ... Candia Computer Consulting - Candia NH ... There is a linking table that links clients to addresses, ... I want a report that will show me all the properties where the checkbox ...
    (microsoft.public.access.reports)
  • RE: highlight a record on the form
    ... I have a form which keep track if my clients got paid or not. ... > trying to highlight (or change font color) of the name ... > on the form when I clicked the checkbox associate with that record. ... > EventProcedure on that checkbox onClick and change forecolor of the textbox, ...
    (microsoft.public.access.formscoding)
  • Re: Build form dynamically based on user
    ... My application is based on a main form with a tab control with 5 pages. ... Given that I might in the end have 15 clients with customization needs, ... I have an application that I'm going to distribute to multiple clients. ... The alternative perhaps is to have a unique sub form for each client and ...
    (microsoft.public.access.formscoding)