Search results

  1. T

    How Can I get 2 fields selected on a list

    So I have a list on my form that has data and the date the data was created (i.e. 12345, 2/1/2020). I want to select the date field and save it in a form field but I also want the data field saved at the same time. As an example when I click on 2/1/2020 I want it saved into a form field called...
  2. T

    List Box Not Updating when main form is changed

    I have a list Box on a main form that shows lines of data related to the main form. When I select next record the Main Form changes as expected but the List Bix does not update to show the data related to record 2. I have tried using Private Sub MyCombo_AfterUpdate() Me.lstMyListBox.Requery End...
Back
Top Bottom