cyril.casia
Registered User.
- Local time
- Today, 04:54
- Joined
- Jun 22, 2012
- Messages
- 16
Hi All,
I'm trying to create a database for the memberships in our office. I'm new to db and thus confused at many instants.
Let me explain the scenario:
I have a Table "tblmemberships" which has fields such as Membership No(Primary Key), Member Name, Membership Plan, Date of Joining, DOB,...........Client ID, Associate Name.....etc. Also have created a Form "frmmemberships" to input data into this.
Now I need to keep track of the profits earned for every member under the Client ID. I have created a new Table "tblTradingAnalysis" which has fields such as Client ID, Membership No, Member Name, Date, Product, Buy, Sell, Profit..... and I have created a Form "frmTradingAnalysis" to input data to this table.
As soon as the user enters the ClientID "txtClientID", I want the MembershipNo & MemberName to be auto populated in the text fields, "txtMembershipNo" & "txtMemberName".
Kindly help me as to how to do this... Any advice would be appreciated...!!!!
Regards
Cyril
I'm trying to create a database for the memberships in our office. I'm new to db and thus confused at many instants.
Let me explain the scenario:
I have a Table "tblmemberships" which has fields such as Membership No(Primary Key), Member Name, Membership Plan, Date of Joining, DOB,...........Client ID, Associate Name.....etc. Also have created a Form "frmmemberships" to input data into this.
Now I need to keep track of the profits earned for every member under the Client ID. I have created a new Table "tblTradingAnalysis" which has fields such as Client ID, Membership No, Member Name, Date, Product, Buy, Sell, Profit..... and I have created a Form "frmTradingAnalysis" to input data to this table.
As soon as the user enters the ClientID "txtClientID", I want the MembershipNo & MemberName to be auto populated in the text fields, "txtMembershipNo" & "txtMemberName".
Kindly help me as to how to do this... Any advice would be appreciated...!!!!
Regards
Cyril