I have tow table one table is stores & another is Transaction.
i want to reduse some quantity stores table to transact table in some Transaction moment. I use c#.net & MS Access. Any body can Help me that matter.
Thank You.
My Email is : [email protected]
Loading

Nuwan RathnayakePosted Apr 29, 2011, 10:14 AM
Sam HobbsPosted Mar 27, 2011, 5:14 PM
There are many ways to do this. Do you know if you want to create a Console, Windows Forms, WPF, Silverlight or some other type of program?
One common way to do it is to use a join to join the stores with the transactions. Are you familir with joins? They are like database relationships in Access.
Suthish NairPosted Mar 27, 2011, 12:54 PM