G
Guest
I am very new to vb.net and I have been attempting to work with a sql database.
I have genereated a dataform that returns all the records I have. So far so
Good.
I Want to use combo boxes to limit selection. ive added combo boxes and
linked them to the database using the Collection() list. That works and I can
update and add from this list. Question: will this hurt my project in the
future or is it better than linking it to a table? Second Question. After I
screwed up the combo box I deleted them and the code bringing it to the same
state as before the boxes were added, but the data no longer loads when i
test it. What causes this and how do you fix it?
Thanks
I have genereated a dataform that returns all the records I have. So far so
Good.
I Want to use combo boxes to limit selection. ive added combo boxes and
linked them to the database using the Collection() list. That works and I can
update and add from this list. Question: will this hurt my project in the
future or is it better than linking it to a table? Second Question. After I
screwed up the combo box I deleted them and the code bringing it to the same
state as before the boxes were added, but the data no longer loads when i
test it. What causes this and how do you fix it?
Thanks