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

    Help with code On Open event.

    Excellent! it worked... thank you so much
  2. topgun64

    Help with code On Open event.

    The problem is within this line. If I take out the highlighted area it works. If Payee = "HR Electric" And Date = "JAN" Or "FEB" Then
  3. topgun64

    Help with code On Open event.

    Thanks for the reply. No it does not. When I try to open the form I get a type mismatch error message
  4. topgun64

    Help with code On Open event.

    I am having problems with the code below. I have this set on the OnOpen event of the form. But it is not working. I know it is probally something easy I am just not seeing it... Private Sub Form_Open(Cancel As Integer) If Payee = "HR Electric" And Date = "JAN" Or "FEB" Then Feb1.BackColor =...
  5. topgun64

    Change the color of an unbound textbox based on a value.

    Thank You Captain D. Just what I was looking for-worked perfectly.
  6. topgun64

    Change the color of an unbound textbox based on a value.

    Hello Everyone, I have a form which has a combobox bound to a payee field and I also have a date field. On the form there is an unbound text box called JAN1. What I am trying to accomplish here is when the user selects a payee from the combox and enters a date the unbound textbox changes to...

Part and Inventory Search

Back
Top