Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: VickyLeigh
  • Content: Threads
  • Order by date
  1. VickyLeigh

    Setting a Variable to a Field in Table on OnChange property

    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...
  2. VickyLeigh

    Updating Graph settings with VBA from MS Access

    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...
  3. VickyLeigh

    Updating MSGraph via VBA/VB within Access

    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...
  4. VickyLeigh

    VB/VBA Code to update a MSGraph Value

    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...

Part and Inventory Search

Back
Top