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 Mike Lewis 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: hayde
  • Order by date
  1. hayde

    Need list box required if visible

    I have a listbox that is visible only when other criteria on the form is met. What I need now is a way to make it required to chose a line from the listbox when the listbox is visible. I'm drawing a blank on how to do this. Thanks.
  2. hayde

    Not on list - do you want to add?

    I have a form which brings up an err message saying "not on list - do you want to add to list?" when you add a new customer name. On popup form I enter the new customer and address, etc. and close the form. I then need to reenter the new customer name on the original form. Is there a way to...
  3. hayde

    Make label visible if

    I finally got back to working on this. Thanks everyone. I hadn't know how to use debug before. Once I figured that out my problem was solved by using the following code: If Me.Insurance.Column(2) = "Medicare" Then Thanks so much for all your help.
  4. hayde

    Make label visible if

    That didn't work either. I'm going to give up for the day and maybe tomorrow I find some stupid mistake I made. Thanks for trying to help.
  5. hayde

    Make label visible if

    I've tried the all the above suggestions but still no luck. I have put the event in the current of the form and also the afterupdate of the combobox. I'm not sure what I should be looking for regarding the bound value of the combo. I played around with it but apparently having hit upon the...
  6. hayde

    Make label visible if

    I am having a hard time trying to make a label visible only if there is a certain entry in a combo box. what I have been working with is the following If Me.Insurance = "Medicare" Then Me.Label262.Visible = True Else Me.Label262.Visible = False End If I have put this...
  7. hayde

    Combine note field on mainform and popup

    I have a form with a field for notes and a popup form with a field for notes. Is there a way to set it up that the main form notes will automatically show up in the popup form note field and still allow me to add additional notes to that field on the popup?
  8. hayde

    Looking for correct relationship for popupform

    I have an order form with the record source from tblOrders. I'm trying to create a popup form (from tblFaxes) where I can keep track of phone or fax information (such as date called, why called, response rec'd, etc.)related to a particular order. Most orders do not need to use this popup...
  9. hayde

    Requery subform not working

    I have a form that when you enter a customers name a subform will be populated with the customers prior orders. I'm assuming this is a requery issue but I can not get it to work. The only way I can get the subform to populate is by switching to the design view and back to form view again, then...
  10. hayde

    Duplicate First and Last Names

    I am new to access and this site has been so helpful. I can not find though how to solve my current problem. I have a form set up to enter orders by entering the first and last name in seperate comboboxes. There is a popup box that alerts me if either the first or last name has not been...

Part and Inventory Search

Back
Top