table with a subtable?????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello everyone!
I am have table 2 that compiles our monthly customers with a total amount
of transactions, dates, and some other info. Now, I extracted that table from
Table 1 which specifically details such transactions..(say, date, product,
country, etc.)
What I basically need is bring table 1 into table 2 (subtable?) so if I am
looking at table 2 I can look on detailed form table 1, but only for those
records that are related.....
Too confusing???????

thanks for helping
 
hello everyone!
I am have table 2 that compiles our monthly customers with a total amount
of transactions, dates, and some other info. Now, I extracted that table from
Table 1 which specifically details such transactions..(say, date, product,
country, etc.)
What I basically need is bring table 1 into table 2 (subtable?) so if I am
looking at table 2 I can look on detailed form table 1, but only for those
records that are related.....
Too confusing???????

thanks for helping

Table datasheets are of VERY limited utility. I'd recommend that you
use a Form instead.

Try creating a Form based on both tables, using the form wizard;
choose the option to create a Form with a Subform. This will show you
each record on Table1, with the matching Table2 records in a window on
the form.

John W. Vinson[MVP]
 
John,

I do not see the option to create a from with a subform in the wizard?
 
John,

I do not see the option to create a from with a subform in the wizard?
sorry... I basically never use the form wizard; I thought that if you
created a form selecting two tables it would give you that option.

Ok, create a Form for the "one" side table. Then use the Subform tool
on the toolbox, with the magic wand icon selected.

John W. Vinson[MVP]
 
Thanks John.


John Vinson said:
sorry... I basically never use the form wizard; I thought that if you
created a form selecting two tables it would give you that option.

Ok, create a Form for the "one" side table. Then use the Subform tool
on the toolbox, with the magic wand icon selected.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top