E
ElHombre
Hi!
I'm new to C#.
In a SQL-database I have:
tblZipCodes:
ZipCodeID
ZipCode
City
tblCompanyInfo:
CompanyID
CompanyName
Adress
ZipCodeID
Phone
Now on the form, in C#, I'll have an extra textbox - 'city' - which
will display what city after
the ZipCodeID, which is a combobox, has been updated.
I've been working with msaccess 2000 for some years. I'm new to C#, but
it is interesting.
How do I fill the combobox on the form with data from the tblZipCodes,
so that it is synchronized
with data chosen in the other textboxes?
Do I create a new dataAdapter or...?
I would be more than happy if someone could guide me on this subject
??????????????????????????????????????????????????????????
Me.Name
I'm new to C#.
In a SQL-database I have:
tblZipCodes:
ZipCodeID
ZipCode
City
tblCompanyInfo:
CompanyID
CompanyName
Adress
ZipCodeID
Phone
Now on the form, in C#, I'll have an extra textbox - 'city' - which
will display what city after
the ZipCodeID, which is a combobox, has been updated.
I've been working with msaccess 2000 for some years. I'm new to C#, but
it is interesting.
How do I fill the combobox on the form with data from the tblZipCodes,
so that it is synchronized
with data chosen in the other textboxes?
Do I create a new dataAdapter or...?
I would be more than happy if someone could guide me on this subject
??????????????????????????????????????????????????????????
Me.Name