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
Referencing merged cells using the "Indirect" function
Remove header from array created using Get-QADComputer cmdlet?
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted
asp - The resource could not be found
Related Combobox Data Population
Problems installing the AjaxControlTooKit.dll
try catch
install problems with Framework .net 3.5 in Windows Server 2008 SP2 x86
Outlook 2007 does not remember password.
iPad Camera Connection Kit does not display .jpg images on iPad