G
Guest
Since there is no boolean datatype I am left wondering how to bind checkbox
state to a field. I have found code to extend a checkbox to a yes/no
function, but not sure where to go from there. I could enter 0 in the
database for false, and 1 for true.
I am trying to make a health tracking program specifically for Type-II
diabetes. The problem is that it has several panels with lots of fields all
linked to different tables. I am trying to keep data updates to a minimum.
I would love to have it update the form on enter and exit, but I am afraid
this will leave way too many opportunities for users to mess things up. It
isn't going to encourage use if people enter all their data for the day and
then lose it due to some mistake.
Can anyone point me to some good resources on form handling with multiple
tables using VB.Net? I was able to find a form stack example that might
apply, except it was in C#, and I am not bi-lingual =)
Thanks for any help.
state to a field. I have found code to extend a checkbox to a yes/no
function, but not sure where to go from there. I could enter 0 in the
database for false, and 1 for true.
I am trying to make a health tracking program specifically for Type-II
diabetes. The problem is that it has several panels with lots of fields all
linked to different tables. I am trying to keep data updates to a minimum.
I would love to have it update the form on enter and exit, but I am afraid
this will leave way too many opportunities for users to mess things up. It
isn't going to encourage use if people enter all their data for the day and
then lose it due to some mistake.
Can anyone point me to some good resources on form handling with multiple
tables using VB.Net? I was able to find a form stack example that might
apply, except it was in C#, and I am not bi-lingual =)
Thanks for any help.