I am at a total loss on what to do next.
My code was built with Access 2007 and still works with Access 2010.
I am at a total loss on what to do next.
My code was built with Access 2007 and still works with Access 2010.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Dear June, almost good news.
Since I am also tryng to get a form full screen, I found that using this code, the cursor reappears!!!
Me.Section(acDetail).Visible = True
DoCmd.GoToControl "T1"
DoCmd.ShowToolbar "Ribbon", acToolbarYes
DoCmd.ShowToolbar "Ribbon", acToolbarNo
It's not the optimal solution becouse there is an unpleasant flicher.
The solution is near ?
Bye