Forum: Using Forms
June 7th, 2010, 04:31 PM Posted to microsoft.public.access.forms
|
Replies: 11
Views: 5,020
Hide ribbon event not working
Hi there,
thats what i actually would have done, too ;)
I think that´s the best solution...
Well but sometimes i had some luck with decompiling, but you should only
do this with a copy of your...
|
Forum: Using Forms
June 6th, 2010, 01:54 AM Posted to microsoft.public.access.forms
|
Replies: 11
Views: 5,020
Hide ribbon event not working
If you didn´t disabled the VBA Project ref everything should work with
that code. You cant change the name of the Ribbon toolbar at all. Would
you please try that code in an other db?
If you want...
|
Forum: Using Forms
June 4th, 2010, 11:04 PM Posted to microsoft.public.access.forms
|
Replies: 11
Views: 5,020
Hide ribbon event not working
Well,
try to create a button which executes the code. I just checked ist and
it works fine. If that doesn´t hel, you may create a module with a
public function. Create a macro called autoexec...
|
Forum: Using Forms
June 4th, 2010, 10:35 PM Posted to microsoft.public.access.forms
|
Replies: 11
Views: 5,020
Hide ribbon event not working
Am 04.06.2010 23:15, schrieb esn:
Hide Ribbon and menus:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
Show Ribbon and menus:
DoCmd.ShowToolbar "Ribbon", acToolbarYes
Hide...
|
Forum: Using Forms
June 4th, 2010, 09:52 PM Posted to microsoft.public.access.forms
|
Replies: 11
Views: 5,020
Hide ribbon event not working
Hi,
Hide Ribbon and menus:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
Show Ribbon and menus:
DoCmd.ShowToolbar "Ribbon", acToolbarYes
Hide navigaionpanel:
DoCmd.SelectObject acTable, , True
|
Forum: Using Forms
June 4th, 2010, 09:00 PM Posted to microsoft.public.access.forms
|
Replies: 1
Views: 2,726
|
Forum: General Discussion
May 30th, 2010, 07:24 PM Posted to microsoft.public.access
|
Replies: 8
Views: 593
open form with no data
Am 30.05.2010 19:50, schrieb Pierkes:
Hi,
I have a form on which i present al lot of data from a database.
On the form is a comobox which i use to select the right record en present
the...
|