Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Statment of account


Message #1 by "Michel Medawar" <mmedawar@t...> on Thu, 13 Dec 2001 23:53:49 +0200
This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C18431.69117420
Content-Type: text/plain;
	charset="windows-1256"
Content-Transfer-Encoding: quoted-printable

Hi experts

I want to have your opinion about the process of
calculating the statement of account.

Let's say that i have a client and i want to print
his statement of account, to do this i have to gather
all the Debits and the credits transactions belonging
to this client, and then calculate and bind it to the report.
My question is how to gather all this information knowing
that i have different tables and different fields?

1) I thought of creating an array, and filling it from these tables,
it's very flexible, knowing that i can control what and where to
fill data, maybe it will work fine for VB but then how can i bind
it to the report??

2) I thought of creating a table at run time, and appending
all the necessary records, but then my database is for
multiuser, so i have to bear in mind not using the same
table.

Please if anyone has some ideas about it, i'll be so greatfull.

Best Regards

Michel Medawar.





  Return to Index