I have two combo boxes on a form. One for start date and one for end date. When a start date is selected it limits the end dates to those greater than the selected start date. This works correctly but how do i get the end date query to refresh when a new start date is selected? Thanks in advance.
Share
I think you could use endDateBox.Requery after you limit the values.