on screen 3 I want to select a date from date picker, display it on the text box below then save to tiny DB to display on screen 4. On screen 4 I want to display the date and ''notes'' and be able to delete a selected item from the db.
The key is simplicity so i can understand it please and thanks
You are saving the DataPicket.Text, not the date selected. And you are trying to display it in DataPicker.Text ...try to save the Date (like you have in the procedure with DatePicker.Instant and FormatDate) and to display that same date in the textBox.
Anyway, if the notes are associated to a date, it would be better that you use the date like a tag and the notes like value. So, you can recover the dates and their associated notes easier.
Thanks, It hasn't resolved my issue and I'm even more confused tbh, essentially i want to enter the date chosen from date picker with ''notes'' to the DB and display that result on page 4 tidily, I currently can get notes to show but not the date, can anyone help?
that really makes sense to me thanks Tima, to finish this off I need to display that on a following page and be able to select an item from the listview and delete selected item from the DB (and viewer), could you help me with this? thanks again. (for clarity it doesnt have to be clicked on, if thats easiest its fine, a text box search and delete is fine aswell)