B
Beth
Hi,
I have an invoice form that has a button on it for adding a new sales item
if the one the user needs isn't there. The button should open the sales
item form in dialog mode so that when I close the pop up form I can have
some refresh code run on the invoice so that the combo box updates to
include that new item.
The problem is that when I open the new form in dialog mode the window opens
to full screen, across the Windows taskbar at the bottom of the screen.
Also, my navigation buttons in the form footer get hidden sometimes.
Can anyone tell me what to do to avoid this problem?
Here is the call I am using to open the pop-up form.
DoCmd.OpenForm "SalesItems", , , , acFormAdd, acDialog
Thanks in advance,
Beth
I have an invoice form that has a button on it for adding a new sales item
if the one the user needs isn't there. The button should open the sales
item form in dialog mode so that when I close the pop up form I can have
some refresh code run on the invoice so that the combo box updates to
include that new item.
The problem is that when I open the new form in dialog mode the window opens
to full screen, across the Windows taskbar at the bottom of the screen.
Also, my navigation buttons in the form footer get hidden sometimes.
Can anyone tell me what to do to avoid this problem?
Here is the call I am using to open the pop-up form.
DoCmd.OpenForm "SalesItems", , , , acFormAdd, acDialog
Thanks in advance,
Beth