G
Guest
I have a form with a list box that contains two columns: the first contains values 1 - 6, the second contains days of the week, Sunday - Friday. The first column is the bound column. When I click a day in the list box, a second form opens up as a datasheet with only customers assigned to that day. When this second form opens, I want a caption to read - Me.caption = "Call day - "&[Day]. I coded this in the On open property for the second form. It works like a gem unless there are no days in the query for the selected day. How do I write the code to handle no days and to return a caption of "There are no customers on this day"
Any help would be appreciated
Don Rountree
Any help would be appreciated
Don Rountree