I figure there's probably no way to do this, but I'll ask anyway...
As I am moving through my code, I'd like there to be a pop-up box which asks the user to choose from a list of dates. This list of dates only resides in a filtered recordset in the background.
Once the date is chosen, then my code continues onward...
I know I could make some sort of pop-up form, but I'd rather not have to go in a design all that just for a list of dates...
So, I guess I have two questions:
1) Is there such a thing as a dropdown list on a Input box?
and even if there isn't...
2) Is there a way I can bind the column in a recordset to a dropdown list?
Thanks,
Gary
As I am moving through my code, I'd like there to be a pop-up box which asks the user to choose from a list of dates. This list of dates only resides in a filtered recordset in the background.
Once the date is chosen, then my code continues onward...
I know I could make some sort of pop-up form, but I'd rather not have to go in a design all that just for a list of dates...
So, I guess I have two questions:
1) Is there such a thing as a dropdown list on a Input box?
and even if there isn't...
2) Is there a way I can bind the column in a recordset to a dropdown list?
Thanks,
Gary