Search results

  1. Jaymin

    prevent a subform from being updated before the combo box is selected on main form

    Vbainet, Thank you for your time and help. first form second form second form subform copy of the query for the combo box is attached, hope I have submitted all that you need. Peter :confused:
  2. Jaymin

    prevent a subform from being updated before the combo box is selected on main form

    As I am new at this, I do not understand fully what you are asking. but the first form selects the town that I want, then when the second form opens it filters the names of the people that live in that town that was filtered from the first form, when the second form opens i have a blank combo...
  3. Jaymin

    prevent a subform from being updated before the combo box is selected on main form

    This may have been already posted but I cannot find it, I have a form that has a combo box that I select a town, then this filters the second form by the selected town, this second form has a combo box that is blank when the main form opens but the subform is populated, what i want to do is stop...
  4. Jaymin

    copy data from combo box to text box (2 forms)

    bob fitz, Thank you for your help, It now works fine, many many thanks Peter
  5. Jaymin

    copy data from combo box to text box (2 forms)

    missinglinq, Thank you for you reply and sample code. the to codes are, start of text box -------------, Private Sub Command7_Click() On Error GoTo Err_Command7_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "frmStation" stLinkCriteria =...
  6. Jaymin

    copy data from combo box to text box (2 forms)

    I have a form with a combo box i select the data item from the drop down, then want to send this to another form that will populate a txt box, I can do this by using command button and a txt box on the first form, but when i use the command button with the combo box, the second form txt box dose...
  7. Jaymin

    main form txt to filter subform combo box

    vbaInet, I had a bit of trouble with the process, but with your great help I have finally got it working. Many thank for your time and effort Peter ;)
  8. Jaymin

    main form txt to filter subform combo box

    yes that is correct,
  9. Jaymin

    main form txt to filter subform combo box

    vbaInet, Thank you for you reply, no i am trying to have it as a single form Peter
  10. Jaymin

    main form txt to filter subform combo box

    A Newbee needs help, I have a main form with a txt box that gets data from another form, I want this data to then be able to filter the results in the combo box in the subform. Eg the first form by way of combo box gives me data of a "town name", this is picked up by the main form txt box, and...
Back
Top Bottom