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

    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...
  3. 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...
  4. 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...
  5. 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