Hi Guys,
I am using Visual Basic 2005 Express. I'm just wondering if you guys can help. I have created 2 Tables with SQL Server Express 2005 as follows:
CUSTOMER
CUSTOMER_ID (PK), CUSTOMER_NAME, CUSTOMER_TYPE
CUSTOMER_CONTACTS
CUSTOMER_ID (PK, FK), CONTACT_NAME, CONTACT_1, CONTACT_2, CITY/TOWN, TELEPHONE
I have also created the data source and dataset via Visual Basic 2005 Express. But I just want to use one Visual Basic form for both tables for data entry, and at the same should be able to navigate through the detail form records. Is this possible

? How can I implement these using ONE BindingNAVIGATOR for both tables?
In other words, how can I go about assigning 2 BindingSources to one BindingNavigator control

?