Hi,
Firstly I should clarify that I am very new to
VB.net (I have never done any coding at all before), so thank you in advance for any assitance.
I have designed a form and bound a combobox (using the DayTimePicker control) it's bound to a Date field in an SQL Table.
Once the date is chosen, and the other data on screen changed and written to the database, I would like to arrange the code so when that same date is chosen, that the rest of the data on the screen auto populates to the entries from the database.
I didn't realise how difficult this would be to explain actually, so please forgive me if it isn't making sense.
Ultimately, I think the question is, Can I get my combo box to query my database, see if that date already exists, and populate the textboxes, etc that relate to that record? and allow me to either edit, or just view the data?
Thanks in advance again.
D