Im try to update or add new rocord to an relation table. Im using Access Database, but I did the relation in VB express.
I have a table name Customers with a unique ID as follow:
Id
BuildingNum
Adress
City
tables 2 is tblApt
Id
Aptnum
table 3 is Description
Id
Buildingnum
Aptnum
Description
date
billed
And I have a
CustomerBindingSource
CustomerApartBindingSource
ApartDescriptionBindingsource
When I lookup record work perfect, but dont know how can just add a record to description or update that table. I got a walk around but want it the righ way.
Any help>>>