Hello out there im new this forum, but have searched many helpful answers for my problems and now have a question of my own.
I have a form with search customer name, which pulls out all the instances of data files for that customer name and displays them in a list box. You can then select which datafile you want to view by highlighting it in the list box and then the data is displayed below on the form.
So far so good, all works fine. The form then populates 3 graphs on a 3 tab control on the right side of the form, from a query.
The graphs auto activate on the 'Get Focus' mode. When the form loads up and everytime you tab to look at a different graph, the datasheet pops up, which is distracting and annoying and I know I will get complaints when the Db goes live, can the datasheet popping up be surpressed and how in code do i do it?
Does anyone have a link to info about accessing the graph controls with code? I cant get (to work) from the help how to manually activate the graph control, its not great being on the 'get focus' mode with the tabs and the help isnt too helpful with actual code.
Thanks
Ollie.
I have a form with search customer name, which pulls out all the instances of data files for that customer name and displays them in a list box. You can then select which datafile you want to view by highlighting it in the list box and then the data is displayed below on the form.
So far so good, all works fine. The form then populates 3 graphs on a 3 tab control on the right side of the form, from a query.
The graphs auto activate on the 'Get Focus' mode. When the form loads up and everytime you tab to look at a different graph, the datasheet pops up, which is distracting and annoying and I know I will get complaints when the Db goes live, can the datasheet popping up be surpressed and how in code do i do it?
Does anyone have a link to info about accessing the graph controls with code? I cant get (to work) from the help how to manually activate the graph control, its not great being on the 'get focus' mode with the tabs and the help isnt too helpful with actual code.
Thanks
Ollie.