I have been trying for a few days to get something done and I just don't succeed.
I make my Access database look like a normal application to the user, which means that the application window of Access is hidden, only the forms are visible.
Therefor all the forms that I use are pop-ups but not modal.
I have a "Customer Search" form, when I click on a customer name another form "Input" opens. This form has a sub form where user enters data.
I open the "Input" form as acWindowNormal and close the "CustomerSearch" form to avoid mistaken clicks on that form.
So far everything is fine, what I expect happens, but now I want the user to be able to start input data immediately, without clicking, and that gives me a problem.
It looks like the focus is in the desired field but I see the main form's title is greyed out and I dont see the cursor in the disered field.When I open the form in acDialog mode, the cursor is visible but then the following problem occurs, the "Customer Search" form then remains open and cannot be closed or hidden.
How can I get the focus on the field in the sub form and still be able to close the form "CustomerSearch"?
Regards,
Hans
I make my Access database look like a normal application to the user, which means that the application window of Access is hidden, only the forms are visible.
Therefor all the forms that I use are pop-ups but not modal.
I have a "Customer Search" form, when I click on a customer name another form "Input" opens. This form has a sub form where user enters data.
I open the "Input" form as acWindowNormal and close the "CustomerSearch" form to avoid mistaken clicks on that form.
So far everything is fine, what I expect happens, but now I want the user to be able to start input data immediately, without clicking, and that gives me a problem.
It looks like the focus is in the desired field but I see the main form's title is greyed out and I dont see the cursor in the disered field.When I open the form in acDialog mode, the cursor is visible but then the following problem occurs, the "Customer Search" form then remains open and cannot be closed or hidden.
How can I get the focus on the field in the sub form and still be able to close the form "CustomerSearch"?
Regards,
Hans