I have 1 Main table and 2 subforms as below:
Table 1
Client_Details
PK ClientIDNo
DOB
ClientSurname
ClientFirst
ClientTitle
Table 2
Client addresss_details
PK ClientAddressID
PK ClientIDNo
ClientAddressPropertyName
ClientAddressFlatNumber
ClientAddress
ClentAddressTown
ClientAddressCity
ClientAddressCounty
ClientAddressPostalCode
Table 3
Client_Contact_Details
PKClientContactID
PK ClientIDNo
ClientHomePhoneNo
ClientMobilePhone
ClientEmailAddress
Table Layout
From the Client_Info table I have 2 1 to many lines coming from PK ClientIDNo to the same on the other tables
I have been advised to use subforms. Now I know how to create 1 subform from a main form unsure how to make more than that.
I am wanting also to create the as linke but a button rather than veing bound to that form
Table 1
Client_Details
PK ClientIDNo
DOB
ClientSurname
ClientFirst
ClientTitle
Table 2
Client addresss_details
PK ClientAddressID
PK ClientIDNo
ClientAddressPropertyName
ClientAddressFlatNumber
ClientAddress
ClentAddressTown
ClientAddressCity
ClientAddressCounty
ClientAddressPostalCode
Table 3
Client_Contact_Details
PKClientContactID
PK ClientIDNo
ClientHomePhoneNo
ClientMobilePhone
ClientEmailAddress
Table Layout
From the Client_Info table I have 2 1 to many lines coming from PK ClientIDNo to the same on the other tables
I have been advised to use subforms. Now I know how to create 1 subform from a main form unsure how to make more than that.
I am wanting also to create the as linke but a button rather than veing bound to that form