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 Chris Miller 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: *

  1. TransactSQL

    How to change position of a "Line" control based on user selection in

    Thanks a lot TheAceMan1 & Duane!..you guys are awesome. I got what i was looking for. Really appreciate it!
  2. TransactSQL

    How to change position of a "Line" control based on user selection in

    Hi Duane, Thanks a lot for your quick response. I applied the following code and it's working now: 'Me.Line71.Top = 1440 + ComboBoxValue" Me.Line71.Top = Me.Line71.Top - 15 Me.Line71.Width = Me.Line71.Width + 165 Me.Line71.Height = Me.Line71.Height + 345 Just realized that "1440" is...
  3. TransactSQL

    How to change position of a "Line" control based on user selection in

    Hi, I have a form with a combo box and a "line" control. Combo box has 5 selections such as 1,2,3,4,5. When user selects one of 5 selections, Line control should change it's position. For example, if user selects 1, line control should move to 1" lower or if user selects 3, line control...

Part and Inventory Search

Back
Top