klwu
Brainy!!
- Local time
- Today, 22:49
- Joined
- Sep 13, 2004
- Messages
- 47
I have 2 pop-up forms.....eg Form A and Form B....
This is what I want to do:
When form A loads, it will first look for appropriate needed data from a table....
if .eof then form B loads on top of form A for user input....
Q: How can I set focus to form B when it loads?
I tried the DoCmd.OpenForm, but the form loads behind form A.......
thanks in advance
This is what I want to do:
When form A loads, it will first look for appropriate needed data from a table....
if .eof then form B loads on top of form A for user input....
Q: How can I set focus to form B when it loads?
I tried the DoCmd.OpenForm, but the form loads behind form A.......
thanks in advance