The Mode of the Form determines whether Data should show or not.
To show data on form, there should be record in the Table.
After the Insert 2 buttons, 1 for New and other for Edit.
OnSelect of the Buttons put:
EditForm(YourFormName) -- This will show data on the form not blank.
NewForm(YourFormName) -- This will enable enter new data
Can you change the "TimeGallery.Selected.StartTime" to TimeGallery.Selected
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.