K
Karen H
Hi there,
firstly, my main switchboard opens when db is opened. On
the load it sees if the user is logged in the 'users'
table. If not I want the 'unknown user' form to open up.
This works using if.. then domd.openform... but the main
swirchboard form always opens in front of the 'unknown
user' form. I want both forms open but the 'unknown user'
one open in front. How can I do this?
secondly, I 3 unbound text boxes on a form. If the user
enters something in all 3 text boxes then I want a control
to be enabled. I tried all sorts of combinations on all 3
of the txtbox events (on key down/enter/lost focus/etc) to
get it to work smoothly - but no joy. When the 3rd box is
typed into (they can do the boxes in any order), I would
like the ctrl enabled - I don't want them to have to exit
the txtbox first.
All help is really appreciated!
Karen
firstly, my main switchboard opens when db is opened. On
the load it sees if the user is logged in the 'users'
table. If not I want the 'unknown user' form to open up.
This works using if.. then domd.openform... but the main
swirchboard form always opens in front of the 'unknown
user' form. I want both forms open but the 'unknown user'
one open in front. How can I do this?
secondly, I 3 unbound text boxes on a form. If the user
enters something in all 3 text boxes then I want a control
to be enabled. I tried all sorts of combinations on all 3
of the txtbox events (on key down/enter/lost focus/etc) to
get it to work smoothly - but no joy. When the 3rd box is
typed into (they can do the boxes in any order), I would
like the ctrl enabled - I don't want them to have to exit
the txtbox first.
All help is really appreciated!
Karen