I was wondering if there is an event I could invoke in MS Access that would check to see if there is any data in a list box once the form is loaded. I have a listbox whose underlying query changes from day to day based on a Date() criteria. There can be 5 records one day, 12 records another day and no records the next day. If there is no data in the listbox, I would like the listbox and a particular command button (cmd1) to be disabled. Can this be done?