J
Jim Kelly
Table one contains fields with information on stocks. Example, field one is
StockSymbol, field two is StockName, field three is Exchange, etc. Overall
there are about 30 fields per record in Table one.
Table two contains portfolios for clients. Field one of Table two has
ClientID, fields two and three are identically named to Table one's fields
one and two. These clients own various stocks (all of which are in Table One)
but many clients in Table two do not own the same stocks as other clients do.
I only want to reflect pertinent field info for clients holding stocks
contained in Table one.
I want to know if there is a way to link field information from Table one to
Table two so that as I add new clients' portfolios to Table two I can just
enter StockSymbol in field two of Table two and the StockName, etc. fields in
Table two will automatically populate with appropriate data from the
same-named fields in Table one for the stock record matching the StockSymbol
I have entered?
Since the StockSymbol is unique for each stock record in Table one, using
the StockSymbol field name in Table two should trigger a relationship between
the two tables that would allow for automatic filling-in of same-named fields
in Table two based upon identical content being entered in Table two,
StockSymbol field.
I am new to ACCESS so please be as clear as possible in your answer.
StockSymbol, field two is StockName, field three is Exchange, etc. Overall
there are about 30 fields per record in Table one.
Table two contains portfolios for clients. Field one of Table two has
ClientID, fields two and three are identically named to Table one's fields
one and two. These clients own various stocks (all of which are in Table One)
but many clients in Table two do not own the same stocks as other clients do.
I only want to reflect pertinent field info for clients holding stocks
contained in Table one.
I want to know if there is a way to link field information from Table one to
Table two so that as I add new clients' portfolios to Table two I can just
enter StockSymbol in field two of Table two and the StockName, etc. fields in
Table two will automatically populate with appropriate data from the
same-named fields in Table one for the stock record matching the StockSymbol
I have entered?
Since the StockSymbol is unique for each stock record in Table one, using
the StockSymbol field name in Table two should trigger a relationship between
the two tables that would allow for automatic filling-in of same-named fields
in Table two based upon identical content being entered in Table two,
StockSymbol field.
I am new to ACCESS so please be as clear as possible in your answer.