I'd have thought it more sensible to have your admin functionality as a
pop-up form so you can control access to it via a command button.
However, if you want to persist with your tab design, I think that the best
you can do is to make all the controls on the admin page invisible, and only
make them visible once the logon is successful.
> Access 2003
> I have a switchboard form with 3 tab control pages. One of the pages is an
[quoted text clipped - 19 lines]
> after the user verifies the admin password. Or is there some other event
> prior to the change event that I should put this code in?
Krista H - 30 May 2007 15:58 GMT
I thought opening the admin form with window mode acDialog was the same as a
pop up, which is what I did. Am i missing something more basic?
> I'd have thought it more sensible to have your admin functionality as a
> pop-up form so you can control access to it via a command button.
[quoted text clipped - 29 lines]
> > after the user verifies the admin password. Or is there some other event
> > prior to the change event that I should put this code in?
Baz - 30 May 2007 17:00 GMT
I'm not talking about your login form, I'm talking about whatever is on your
admin tab page, and I'm suggesting to you that it should be a pop-up form
instead.
> I thought opening the admin form with window mode acDialog was the same as a
> pop up, which is what I did. Am i missing something more basic?
[quoted text clipped - 32 lines]
> > > after the user verifies the admin password. Or is there some other event
> > > prior to the change event that I should put this code in?
Krista H - 30 May 2007 17:09 GMT
ok thanks for the clarification, I will try that and see how it goes.
> I'm not talking about your login form, I'm talking about whatever is on your
> admin tab page, and I'm suggesting to you that it should be a pop-up form
[quoted text clipped - 43 lines]
> event
> > > > prior to the change event that I should put this code in?