Recent content by ShandiraP

  1. S

    Form edit to specific record and not all records

    Ok Pat. So I have to somehow find a way to bind the control to a field in the form's RecordSource. I am selecting a specific table for the record source but that isn't working on binding the control. Do you have any suggestions on how this is done?
  2. S

    Form edit to specific record and not all records

    I am creating-editing a Form - there are bound controls that are directly related to a table. I am trying to determine how to update an Unbound ComboBox that I have directly reading to a Control Source in another table. I am not using a field in the original table because the field I am adding...
  3. S

    Form edit to specific record and not all records

    If anyone else understands the situation, it would be greatly appreciated if you can help. I explained the situation as it is. The selections are not part of the same table as the rest of the information on the form, therefore it is not bound to the same table. I am inserting a combobox that is...
  4. S

    Form edit to specific record and not all records

    The specific box I am currently testing is an unbound Combo Box using a Table List to select options from. The table has the selections I want but only want to apply to each record individually. If I select option 1 - all of the records change which is what I am trying to prevent from occurring.
  5. S

    Form edit to specific record and not all records

    I need assistance on how to update a form for a specific record. What is happening is I update one record and all of the records in the form/table update for that field. They are all unbound boxes. Some are drop-down and linked to other tables. Some are check boxes. How can I update the one...
Back
Top Bottom