M
Martin
At first, I use VBA to hide all the bars and small buttons.
I am now want to show the "fields list button" ( I don't know exactly the
English is ) when I open a FORM at the FORM'S opening event.
Please tell me what should the VBA is?
I have tried, by failed. Application.CommandBars("Form/View
Design").Controls(1).Visible = True
also, I am not sure wheater the "fields list samll button" is
CommandBars("Form/View Design").Controls(1)
Thank you very much!
I am now want to show the "fields list button" ( I don't know exactly the
English is ) when I open a FORM at the FORM'S opening event.
Please tell me what should the VBA is?
I have tried, by failed. Application.CommandBars("Form/View
Design").Controls(1).Visible = True
also, I am not sure wheater the "fields list samll button" is
CommandBars("Form/View Design").Controls(1)
Thank you very much!