|
Posted by dh on August 25, 2005, 11:25 pm
Please log in for more thread options Enter these commands in the Query window of Administrator
"hitman" wrote:
> Where do these commands get entered?
>
> Thanx.
>
> "Antonio Mazzeo" wrote:
>
> >
> > > How do I set the Supplier Cost = Cost on the General tab?
> > from SO Administrator | database | query
> >
> > UPDATE SupplierList SET Cost = Item.Cost
> > FROM Item WHERE SupplierList.ItemID = Item.ID AND SupplierList.SupplierID =
> > Item.SupplierID
> >
> >
> >
|