View Single Post
  #2  
Old February 16th, 2010, 04:15 PM posted to microsoft.public.access.tablesdbdesign
Daryl S[_2_]
external usenet poster
 
Posts: 881
Default Access 2007 Table Issue

WSR -

If your lookup tables are separate table in the database, then for your
queries or reports, you will need to join those table to the master table to
see the 'description' fields. You can do this in query view by adding the
lookup tables along with the master table. I suspect the joins will happen
automatically, as it sounds like you have the relationships set up. If any
of the fields with joined tables can be left empty, then you will need to
change the joins in the query to be an outer join - one that choose "All
Records from the Master Table...". Then choose the fields from the master
table that are not lookups for the report. Add in the 'description' fields
from the lookup tables, and you are set. You should be able to create one
master query, and then use it for other reports and queries.

--
Daryl S


"WSR" wrote:

I have developed a investment input form with look-up lists to restrict the
types of data to be entered.

The look-up lists come from subtables in the database.

When new records are saved the data is stored in a master table which I then
use to run Reports, Pivot Charts, Queries etc.

However, I'm finding that the master data table is in the same look-up list
format as the subtables that are used to populate the form.

In other words, the master data table has drop down choices for each record.

I'm finding that when I try to run a report the investment information is
lost. Instead of investment name I get results that show 1, 2, 3 etc.

My current work around is I export the master table data to Excel and then
re-import it as a flat file.

This is cumbersome and I'm hoping you can help.

Is there a way for the master table to store just data as a flat file and
not take on the look-up list format of the subtables used in the input form?

Sorry this is so long. I hope this makes sense. Your help is greatly
appreciated.

Thanks. (B^)-]=[


.