Search results

  1. P

    A set of two conbo boxes repeated in a form

    I have a pair of combo boxes which are n a frm and work fine. The code is: Private Sub cboSubjectSelector_AfterUpdate() Me!cboOneBookSelector.Requery Me!cboOneBookSelector.SetFocus End Sub Private Sub Form_Current() Me!cboOneBookSelector.Requery End Sub I want the combo boxes to be repeated...
  2. P

    cbo not working well

    I am a novice therefore I do not know what an unbound cbo is or a continuous form.
  3. P

    cbo not working well

    Sorry - I have a combo box which is based on a query which links all the details that I would displayed in a form. The problem with the form is that although all the details appear in separate text boxes I cannot get the same details to appear on each and every record. I am trying to make sure...
  4. P

    Conbo Box selection to be entered into a new table

    I am not sure how to set a control. I have reposted my thread. Please do not respond to this thread. Thanks.
  5. P

    cbo not working well

    My Combo Box works and displays new entries in text boxes in my form. The selection appears in every record. I would like the selection to be stored only in the displayed record and not for each and every record. Any ideas? My combo box works on an existing query( Qry1). I would like the data...
  6. P

    cbo keeping the same entries on all records and not changing

    Hi, Can anyone help me please? I have a combo box which displays the primary key. It then takes the other values from the cbo and then displays them in other text boxes in the form. This is great. I am trying to keep the values in record 1and then move on to record 2. reecord 2 has the same...
  7. P

    Conbo Box selection to be entered into a new table

    My Combo Box works and displays new entries in text boxes in my form. The selection appears in every record. I would like the selection to be stored only in the displayed record and not for each and every record. Any ideas? My combo box works on an existing query( Qry1). I would like the...
  8. P

    Combo Box to allow other entries to be displayed

    Thanks Shane - I will give this a go.
  9. P

    Combo Box to allow other entries to be displayed

    Hi, I am trying to choose an entry from a COmbo Box which ahas a Lookuop underlying in it. I then want to display the additonal four entries in the form it self. The data is already created and displayed in a query. The primary key gets displayed but thte other data cannot be displayed. Is...
Back
Top Bottom