Hi
i am having difficulties setting relationships with three tables. We will have one complaint with many customers and that customer may have many actions against it.
tblComplaint
RefNo Autonumber / Primary Key
ShortDescription
FullDescription
tblCustomer
RefNo
CustomerID Autonumber / Primary Key
FirstName
LastName
tblAction
ActionID Autonumber / Primary Key
CustomerID
i have set the relationships as tblComplaint RefNo to tblCustomer RefNo (one to many) & tblCustomer CustomerID to tblAction CustomerID (one to many).
Somehow when i then create a form based on the three forms the fields just show up as name# and wont allow me to input any data.
can anyone advise wher i am going wrong
Thx
CJB
i am having difficulties setting relationships with three tables. We will have one complaint with many customers and that customer may have many actions against it.
tblComplaint
RefNo Autonumber / Primary Key
ShortDescription
FullDescription
tblCustomer
RefNo
CustomerID Autonumber / Primary Key
FirstName
LastName
tblAction
ActionID Autonumber / Primary Key
CustomerID
i have set the relationships as tblComplaint RefNo to tblCustomer RefNo (one to many) & tblCustomer CustomerID to tblAction CustomerID (one to many).
Somehow when i then create a form based on the three forms the fields just show up as name# and wont allow me to input any data.
can anyone advise wher i am going wrong
Thx
CJB