I have a Form in which I want the OnChange property to run some VB code which sets a variable to a value from a Table
Thus I have something like
Dim variablehere as integer
set variablehere = DoCmd.RunSql "Select Field1 from Table1;"
The second bit doesn't work - can someone tell...
Can anyone tell me the VB Code to update the Maximum and Minimum field values for the Y Axis Scale in a graph on an Access form - I need to be able attach this to the OnChange property of a button on a form if possible.
For the sake of argument I have a form called forma and a graph object on...
Can anyone tell me the VB Code to update the Maximum and Minimum values for the Y Axis Scale in a graph on an Access form - I need to be able attach this to the OnChange property of a button on a form if possible.
For the sake of argument I have a form called forma and a graph object on this...
Can anyone tell me the VB Code to update the Maximum and Minimum values for the Y Axis Scale in a graph on a form - I need to be able attach this to the OnChange property of a button on a form if possible.
For the sake of argument I have a form called forma and a graph object on this graph...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.