display data via date/time picker

hi everyone i have a little problem can you help me

I have a database with reservation date and stays

I would like to
when the user with date/time picker chooses a date, bubble displays the number of reserved stays that corresponds to the date of the picker.
how to write that?

Im assuming you are displaying these reserved stays in a repeating group. Then you just need to set the data source of the repeating group to be Do a Search for Reserved stays where the date = date/time picker’s value. Then click the box at the bottom to ignore empty contraints if you want to show ALL the reserved stays until the user selects a date

This topic was automatically closed after 70 days. New replies are no longer allowed.