From: Abdul Shakeel on
I want to make a simple database to record sales & purchase my products I
have made several tables but unable to link them out to get the desired
results, I have made these tables:

tblproducts
tblcustomers
tblsuppliers
tblemployees
tblorders
tblorderdetails
tblpurchaseorder
tblpurchaseorderdetails
tbltransactiontype
tbltransactions

How I relate each of the above stated tables to get my desired results, with
minimum requirement of vba programming, in all of the above stated tables
fields are as same as given in a Northwind 2007, please help me I am in a
urgent need for this...:)

--
Regards,

Abdul Shakeel
From: golfinray on
Microsoft.com has many database templates which will have all the basic info
you need. Google "Microsoft Access Templates"
--
Milton Purdy
ACCESS
State of Arkansas


"Abdul Shakeel" wrote:

> I want to make a simple database to record sales & purchase my products I
> have made several tables but unable to link them out to get the desired
> results, I have made these tables:
>
> tblproducts
> tblcustomers
> tblsuppliers
> tblemployees
> tblorders
> tblorderdetails
> tblpurchaseorder
> tblpurchaseorderdetails
> tbltransactiontype
> tbltransactions
>
> How I relate each of the above stated tables to get my desired results, with
> minimum requirement of vba programming, in all of the above stated tables
> fields are as same as given in a Northwind 2007, please help me I am in a
> urgent need for this...:)
>
> --
> Regards,
>
> Abdul Shakeel