My lstbox reflects Date from Query. I check data Date against it and upload data if greater then in lstbox.
I close form and when open again I can see that Date in listbox even query result is Null
I wrote
Private Sub Form_Load()
Me!lst_Check_Dates.Requery
and it doesn’t do anyhting
I need lstbox to open up empty when query has no result
Thanks