H
Hank Stalica
MY SKILL LEVEL:
Novice.
WHAT I HAVE:
I have a database with two tables: one has items for sale and the other
database has customer info. Two forms: one for entering data for the
sales items and one to enter data for the customer info.
WHAT I WANT TO DO:
Be able to run a report that combines info from both tables onto one report.
THOUGHTS:
I'm thinking what I have to do is run a query that pulls the info from
both tables and then base the report off that query. Then, I call the
report from the Preview Report button from the sales form.
I'm thinking my stumbling block is that I'm not doing the query right.
I was using the DLookup function to grab the info from the customer
table, but it placed the same customer table record on the report for
every sales item I previewed.
WHAT HAPPENS NOW:
When I click on the Preview Report button, it runs my query, but no
matter which Sales item record I'm on, I get the same customer.
The sales Item info shows up correctly on the report.
Can someone please point me in the right direction?
Thanks,
--Hank
Novice.
WHAT I HAVE:
I have a database with two tables: one has items for sale and the other
database has customer info. Two forms: one for entering data for the
sales items and one to enter data for the customer info.
WHAT I WANT TO DO:
Be able to run a report that combines info from both tables onto one report.
THOUGHTS:
I'm thinking what I have to do is run a query that pulls the info from
both tables and then base the report off that query. Then, I call the
report from the Preview Report button from the sales form.
I'm thinking my stumbling block is that I'm not doing the query right.
I was using the DLookup function to grab the info from the customer
table, but it placed the same customer table record on the report for
every sales item I previewed.
WHAT HAPPENS NOW:
When I click on the Preview Report button, it runs my query, but no
matter which Sales item record I'm on, I get the same customer.
The sales Item info shows up correctly on the report.
Can someone please point me in the right direction?
Thanks,
--Hank