A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Report



 
 
Thread Tools Display Modes
  #1  
Old August 22nd, 2004, 02:40 PM
jimmy
external usenet poster
 
Posts: n/a
Default Report

hi, everyone

i have a problem

table a

inv# amount
1 1
2 3
3 3.1
4 2.1

table b (paid)

inv# paidamount
2 1
4 2

i want to create a report which can list out the all invoice with paid
invoice number and paidamount

i tried to create a report but it just only list out the invoice, paid
invoice and paidamount (it was created to relationship between table a and
table b)


please help
thanks
jimmy



  #2  
Old August 22nd, 2004, 03:28 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

You have provided table a and table b but not the expected display of your
report. Could you type the expected display based on your sample records?

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, everyone

i have a problem

table a

inv# amount
1 1
2 3
3 3.1
4 2.1

table b (paid)

inv# paidamount
2 1
4 2

i want to create a report which can list out the all invoice with paid
invoice number and paidamount

i tried to create a report but it just only list out the invoice, paid
invoice and paidamount (it was created to relationship between table a and
table b)


please help
thanks
jimmy





  #3  
Old August 22nd, 2004, 05:18 PM
jimmy
external usenet poster
 
Posts: n/a
Default

hi, duane

thank for your quick reply

the expected result is as below

inv# amount pinv# paidamount
1 1 n/a or blank n/a or blank
2 3 2 1
3 3.1 n/a or blank n/a or blank
4 2.1 4 2

please help

thanks
jimmy

"Duane Hookom" ¦b¶l¥ó
¤¤¼¶¼g...
You have provided table a and table b but not the expected display of your
report. Could you type the expected display based on your sample records?

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, everyone

i have a problem

table a

inv# amount
1 1
2 3
3 3.1
4 2.1

table b (paid)

inv# paidamount
2 1
4 2

i want to create a report which can list out the all invoice with paid
invoice number and paidamount

i tried to create a report but it just only list out the invoice, paid
invoice and paidamount (it was created to relationship between table a

and
table b)


please help
thanks
jimmy







  #4  
Old August 23rd, 2004, 04:26 AM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

Create a query based on the two tables. Join the Invoice Number fields and
set the join properties to include all records from table a and records from
table b where they match.

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, duane

thank for your quick reply

the expected result is as below

inv# amount pinv# paidamount
1 1 n/a or blank n/a or blank
2 3 2 1
3 3.1 n/a or blank n/a or blank
4 2.1 4 2

please help

thanks
jimmy

"Duane Hookom" ¦b¶l¥ó
¤¤¼¶¼g...
You have provided table a and table b but not the expected display of

your
report. Could you type the expected display based on your sample

records?

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, everyone

i have a problem

table a

inv# amount
1 1
2 3
3 3.1
4 2.1

table b (paid)

inv# paidamount
2 1
4 2

i want to create a report which can list out the all invoice with paid
invoice number and paidamount

i tried to create a report but it just only list out the invoice, paid
invoice and paidamount (it was created to relationship between table a

and
table b)


please help
thanks
jimmy









  #5  
Old August 23rd, 2004, 08:37 AM
Jw
external usenet poster
 
Posts: n/a
Default

hi, duane

thank for your reply

in fact, i already created a query between table a and table b but the
result list out all records based on table b. some records are missed
because those are not shown on the table b.

i wish that the report can list out all records based on table a's records
to match in the table b, how to do it.

thanks
jimmy

"Duane Hookom" wrote in message
...
Create a query based on the two tables. Join the Invoice Number fields and
set the join properties to include all records from table a and records

from
table b where they match.

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, duane

thank for your quick reply

the expected result is as below

inv# amount pinv# paidamount
1 1 n/a or blank n/a or blank
2 3 2 1
3 3.1 n/a or blank n/a or blank
4 2.1 4 2

please help

thanks
jimmy

"Duane Hookom" ¦b¶l¥ó
¤¤¼¶¼g...
You have provided table a and table b but not the expected display of

your
report. Could you type the expected display based on your sample

records?

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, everyone

i have a problem

table a

inv# amount
1 1
2 3
3 3.1
4 2.1

table b (paid)

inv# paidamount
2 1
4 2

i want to create a report which can list out the all invoice with

paid
invoice number and paidamount

i tried to create a report but it just only list out the invoice,

paid
invoice and paidamount (it was created to relationship between table

a
and
table b)


please help
thanks
jimmy











  #6  
Old August 23rd, 2004, 02:26 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

If you view the SQL of your query, do you see a phrase like "LEFT JOIN" or
"RIGHT JOIN"? Please paste your SQL view into a reply if you can't figure
this out.

--
Duane Hookom
MS Access MVP
--

"Jw" wrote in message
...
hi, duane

thank for your reply

in fact, i already created a query between table a and table b but the
result list out all records based on table b. some records are missed
because those are not shown on the table b.

i wish that the report can list out all records based on table a's records
to match in the table b, how to do it.

thanks
jimmy

"Duane Hookom" wrote in message
...
Create a query based on the two tables. Join the Invoice Number fields

and
set the join properties to include all records from table a and records

from
table b where they match.

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, duane

thank for your quick reply

the expected result is as below

inv# amount pinv# paidamount
1 1 n/a or blank n/a or

blank
2 3 2 1
3 3.1 n/a or blank n/a or blank
4 2.1 4 2

please help

thanks
jimmy

"Duane Hookom" ¦b¶l¥ó
¤¤¼¶¼g...
You have provided table a and table b but not the expected display

of
your
report. Could you type the expected display based on your sample

records?

--
Duane Hookom
MS Access MVP


"jimmy" wrote in message
...
hi, everyone

i have a problem

table a

inv# amount
1 1
2 3
3 3.1
4 2.1

table b (paid)

inv# paidamount
2 1
4 2

i want to create a report which can list out the all invoice with

paid
invoice number and paidamount

i tried to create a report but it just only list out the invoice,

paid
invoice and paidamount (it was created to relationship between

table
a
and
table b)


please help
thanks
jimmy













 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
programmatically add controls to report G Setting Up & Running Reports 2 August 4th, 2004 09:11 PM
Restrict Report To Current Record Katherine R Setting Up & Running Reports 1 July 15th, 2004 07:23 PM
Restrict Report to Current Record Katherine R Setting Up & Running Reports 1 July 15th, 2004 07:23 PM
6 Tables, 1 Report, W/O 6 Qrys Andy Setting Up & Running Reports 9 June 29th, 2004 09:52 PM
Label SRIT General Discussion 2 June 22nd, 2004 09:42 PM


All times are GMT +1. The time now is 05:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.