Hi Guys,
Sorry for such a simple question; Im new to access. Here is the setup:
I am currently working on a basic database to store client details and their current funds for a financial advisor.
Proposed Table Structure:
tblDetails:
Given_Name
Surname
Address
DOB
Phone_Number
Customer_Type <-- combo box linked to tblCust_type
Lodgement_Date
Date_Closed
tblLodgement:
fund_name <-- Combo box linked to tblfund
Amount <-- ($)
Trail <-- ($)
tblfund:
fund_name <-- list of 20 or so fund names to choose
tblCust_type:
Customer_type: <-- Either A, B or C
Ok, here is my problem. I was originally told that every customer could only choose ONE fund name (and associated amount and Trail). Because of this I (stupidly?) originally combined the tblLodgement and tblDetails into one big table. This worked just fine. I am now told that one person can have as many Fund_name(s) (and associated Amount and Trails) as they wish. This means now i will have to set up something similar to the above table structure.
Having little clue about the relationships required, i was just wondering what relationships will have to be set up for this to now work correctly. Secondly, will I have any trouble modifying my existing form which simply has the original tbldata (tblDetails and tblLodgement combined)?
Thanks in advance for any advice on this guys
Travstar
Sorry for such a simple question; Im new to access. Here is the setup:
I am currently working on a basic database to store client details and their current funds for a financial advisor.
Proposed Table Structure:
tblDetails:
Given_Name
Surname
Address
DOB
Phone_Number
Customer_Type <-- combo box linked to tblCust_type
Lodgement_Date
Date_Closed
tblLodgement:
fund_name <-- Combo box linked to tblfund
Amount <-- ($)
Trail <-- ($)
tblfund:
fund_name <-- list of 20 or so fund names to choose
tblCust_type:
Customer_type: <-- Either A, B or C
Ok, here is my problem. I was originally told that every customer could only choose ONE fund name (and associated amount and Trail). Because of this I (stupidly?) originally combined the tblLodgement and tblDetails into one big table. This worked just fine. I am now told that one person can have as many Fund_name(s) (and associated Amount and Trails) as they wish. This means now i will have to set up something similar to the above table structure.
Having little clue about the relationships required, i was just wondering what relationships will have to be set up for this to now work correctly. Secondly, will I have any trouble modifying my existing form which simply has the original tbldata (tblDetails and tblLodgement combined)?
Thanks in advance for any advice on this guys
Travstar