I wish to update a Textbox to "Null" using a combo box. I will explain.....
I have a form with a listbox based on a query. The Criteria for the query are textboxes on this form. for example, the user selects values Open or Closed from a combo box. Textbox named"Status"
is updated to value as chosen. The listbox is then requeried to show only open orders. This works fine, but what I want to have is the Open & Closed option, so when chosen from the combo list, "Status" = "is not null" and when the list is requeried both open and closed orders are shown.
In other words, using VB how can make me!status = null value which will work in the query grid.
I hope I haven't make this sound incredibly confusing!
I have a form with a listbox based on a query. The Criteria for the query are textboxes on this form. for example, the user selects values Open or Closed from a combo box. Textbox named"Status"
is updated to value as chosen. The listbox is then requeried to show only open orders. This works fine, but what I want to have is the Open & Closed option, so when chosen from the combo list, "Status" = "is not null" and when the list is requeried both open and closed orders are shown.
In other words, using VB how can make me!status = null value which will work in the query grid.
I hope I haven't make this sound incredibly confusing!