Search results

  1. D

    Opening another form from a list box

    I have code in my system in my house. I will post this tonight...pls. wait..
  2. D

    Probs. in Storing Option Button Values in Table

    Hi Everyone, I have a form that shows data from a table. Along with text boxes, there are 4 option buttons for 'Marital Status'. The caption of the option buttons are 'Mr.', Mrs', 'Miss', 'Single'. When I save the data from form, it is saving the value of 'Marital Status' as 1,2, 3.... How...
  3. D

    Dynamically change headers in listbox

    Thank You Thank You very much John for your help. DavidCdp1
  4. D

    Dynamically change headers in listbox

    Hi Everyone, Can any one please tell me how to pass parameters to a listbox based on values selected from a combo box and input values in a text box. The parameters should be passed to record source of the listbox. Please Help. DavidCdp1.
  5. D

    click option button - text1.text="" error

    Thank You very Much Andy...You are a star..Thanks
  6. D

    click option button - text1.text="" error

    Hi I have two option buttons, (hourly rate) and (daily rate). When I select hourly rate option then text1.enableed = true and text2.enabled = false. When I select Daily rate option then text1.text = "". But it is saying you can'g reference unless there is focus on it. How can I do it...
  7. D

    Search Form -- Combo box, text field

    Hi Everyone, Please help me. I have a form with a combo box and a text box. The values in the combobox is the names of the fields in a table. When I select a value in that combobox then I input search criteria for that field ( value of column) like john or smith or allen in the text box and...
Back
Top Bottom