rwpe...@clear.net.nz
unread,May 6, 2013, 12:39:35 AM5/6/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have a form "frmCustomers" on which there is a button which opens second form in to which I insert data. I then open a report based on the data entered in the second form.
My problem is that the form opens behind the frmCustomers. The second form closes OK but I would like the report to open Mazimised in the front.
stDocName = "Transfer Form"
DoCmd.OpenReport stDocName, acViewPreview
DoCmd.Maximize
DoCmd.Close acForm, "TransferMain"
I have played around with forms Popup and Modal but no success yet. Any help would be appreciated.
TIA
Regards - Ray