OK, I give up!
I have a very simple program. 2 tables and 1 form. The form is used to look up and display data from the tables.
I set the form up to be a popup and I minimize the Access database with
[DoCmd.RunCommand acCmdAppMinimize].
I also set the focus to the input textbox since it is the only box that can be typed into.
Everything works great. The cursor shows up and blinks in the input textbox, but
when I try to enter something in the input textbox nothing happens. The form does not have focus so the typing does not show up until I click on the form or the textbox with the mouse and the form regains focus.
I have tried everything I can think of to get the form to have focus when it pops up but to no avail.:banghead:
Anyone have any ideas on how to fix this or is it just a pipedream on my behalf??
Thanks in advance for any and all help.
Don
I have a very simple program. 2 tables and 1 form. The form is used to look up and display data from the tables.
I set the form up to be a popup and I minimize the Access database with
[DoCmd.RunCommand acCmdAppMinimize].
I also set the focus to the input textbox since it is the only box that can be typed into.
Everything works great. The cursor shows up and blinks in the input textbox, but
when I try to enter something in the input textbox nothing happens. The form does not have focus so the typing does not show up until I click on the form or the textbox with the mouse and the form regains focus.
I have tried everything I can think of to get the form to have focus when it pops up but to no avail.:banghead:
Anyone have any ideas on how to fix this or is it just a pipedream on my behalf??
Thanks in advance for any and all help.
Don