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 Rhinorhino 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: maxcess
  • Content: Threads
  • Order by date
  1. maxcess

    Subform links and updates

    I have an Orders form, without any underlying related tables. Located in the upper half of this form, I have a sfrmOrders in datasheet view with a ssfrmOrderDetails as a subform embedded in it. On the lower half of the form, I have a sfrmOrderProcessing in single form view. The goal is for...
  2. maxcess

    vb control values for continuous form

    Is it possible to use If..Then to change control colors on a continuous form? It works for a single form, but using a checkbox for a value to color other controls sets all controls in a continuous form the same. Example: If Me.chkInactive.Value = True Then Me.Firstname.ForeColor = vbRed...

Part and Inventory Search

Back
Top