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
VS2010 add project to solution
WD My Book Drive Failing or Not, Given Windows 7 Event Log Errors?
Dreamweaver CS4 table border color
Creating a Linux ready CD-R style boot disc ...
Set up a rolling text box in SSRS
Pass value on form through Querystring Javascript
Query a txt file and add a user account into administrator group of each machine.
split comma delimited values into seperate columns in SQL 2005
SBS 2008 - STOP c00002e2
Windows 2008 DC and IP Default Gateway settings