Hello All,
I have a question that I'm still trying to fully formulate, since I can't exactly wrap my mind around what I need to do to fix it. For reference, my database deals primarily with mutual funds, retirement plans, and the reporting associated with them.
The database incorporates data about the mutual funds from an automatically imported Excel file into a table, which is then used in several queries and reports.
Currently, I use the ticker for the mutual funds as the primary key, since all funds SHOULD have one. Unfortunately, since several of the funds are privately managed, they don't have a ticker.
I'm wondering if it is possible for me to keep a table/query in the database that assigns these privately-managed funds a made up "ticker", and then automatically associates this ticker with the ticker-less fund when data is imported through the Excel file. I'm still kinda getting my feet wet in Access, so the only idea I've had so far is to use some sort of DLOOKUP() in a query.
Again, this question/idea only kind of makes sense in my head, so if you need clarification just let me know.
Any and all help is greatly appreciated!
Thanks,
Elliot
I have a question that I'm still trying to fully formulate, since I can't exactly wrap my mind around what I need to do to fix it. For reference, my database deals primarily with mutual funds, retirement plans, and the reporting associated with them.
The database incorporates data about the mutual funds from an automatically imported Excel file into a table, which is then used in several queries and reports.
Currently, I use the ticker for the mutual funds as the primary key, since all funds SHOULD have one. Unfortunately, since several of the funds are privately managed, they don't have a ticker.

I'm wondering if it is possible for me to keep a table/query in the database that assigns these privately-managed funds a made up "ticker", and then automatically associates this ticker with the ticker-less fund when data is imported through the Excel file. I'm still kinda getting my feet wet in Access, so the only idea I've had so far is to use some sort of DLOOKUP() in a query.
Again, this question/idea only kind of makes sense in my head, so if you need clarification just let me know.
Any and all help is greatly appreciated!
Thanks,
Elliot