|
Posted by Sad on August 19, 2008, 12:58 pm
Please log in for more thread options
thank you convoluted, i`ll try to make a report ( i am using acces 2007)
best reqards
"convoluted" wrote:
> Sad - I think you will have to either create a custom report yourself or use
> a SQL query to get your results. There is a table called
> purchaseorderentrydetail that tracks serial data - join
> purchaseorderentrydetail to purchaseorderentry on
> purchaseorderentrydetail.purchaseorderentryid = purchaseorderentry.id, join
> purchaseorderentry to purchaseorder on purchaseorderentry.purchaseorderid =
> purchaseorder.id; track PO number on purchaseorder.ponumber
>
> I have not seen an existing report that includes this type of data.
>
> Hope this helps.....
>
> "Sad" wrote:
>
> > hi,
> > how can we connect between purchaseorder/purchaseorderentery table with
> > serial table, that i need a report shows a serialized item by POs or TRX.
> > thaks
|