Hi everyone, i'm really new to MS.Access and really need your help, i've been trying to fix the problem but it seems it don't works.
So, i have 3 tables which are:
-Header
-Rate
-Detail
Header consisted of:
-ServiceNo
-SupplierName
-SupplierCountry
-SupplierAddress
Rate
-ServiceNo
-Tax1Rate
-Tax2Rate
-Tax3Rate
-CodeNumber
Detail
-ServiceNo
-CodeNumber
-GoodsDetail
-Merk
-Netto
and using the Relationship One to many from -SeviceNo in Header to ServiceNo in the Rate and Detail.
so i'd like to make a form that consists of:
-ServiceNo
-SupplierName
-SupplierCountry
-SupplierAddress
-Tax1Rate
-Tax2Rate
-Tax3Rate
-GoodsDetail
-Merk
-Netto
when i using form wizard to make this, and try to add the datas, it's said that the form is non-updateable.
is there actually a way to make a form from multiple tables?
Thanks in advance.