ONE record per client

D

Dina

I have multiple records per client in my table and would like to reduce it to
ONE record per client. However, I would like to capture information from
each of the records.

For example:

Client No. | Account No | Deposit Amount
------------------------------------------------
123 300 50
123 520 750

Required Result:

Client No. | Account No_a | Deposit Amount_a | Account No_b | Deposit
Amount_b
-----------------------------------------------------------------------------------------------
123 300 50 520
750

Can this be done?? Thanks in advance.

Dina
 
A

AccessVandal via AccessMonster.com

Hi Dina,

What you're looking for is a spread sheet in Excel not a DataBase.
Try a repost or search on how to export records to Excel.
 
D

Dina

Thank you for your suggestion. Will do!

AccessVandal via AccessMonster.com said:
Hi Dina,

What you're looking for is a spread sheet in Excel not a DataBase.
Try a repost or search on how to export records to Excel.
 
Top