Microsoft
Software
Hardware
Network
Question : Access form open below/behind Switchboard
Hello Experts,
I have a command button in my switch board and once I click that button, the datasheet form will appear below the switchboard.
I have set the form properties for pop up and modal to yes but the other form will not overlap on top of the form unless it's closed, which I do not want it to close. Therefore I can't use the pop up properties.
How can I do it in vba code?
My current code is:
Private Sub Combo4_AfterUpdate()
DoCmd.OpenForm "View Open Workorders by Consultant", acFormDS
Me.Combo4 = ""
DoCmd.Close acForm, "Workorders for Consultant"
End Sub
Thanks!
Answer : Access form open below/behind Switchboard
try this
Private Sub Combo4_AfterUpdate()
DoCmd.OpenForm "View Open Workorders by Consultant", acFormDS,,,,acdialog
Me.Combo4 = ""
end sub
Random Solutions
How can I run a php script before all other processing in the htaccess file, think its a regex problem?
FileZilla Server Setup problem
iTunes playlist gone but music library intact, how to recreate from iphone
School Network
Excel VBA
Why Not able to read excel file in the Web application running on Windows7/Office2010?
HTML and opening new pages, can the following be done?
Use of Excel Macro in MS Access 2000
Problems Installing PyQt on OS X 10.6.3
Help! Terminal Server printing