Modify ship to address on PO

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need to be able to modify ship to company and address on PO

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...4bb&dg=microsoft.public.access.tablesdbdesign
 
Data Design said:
Need to be able to modify ship to company and address on PO

----------------

Data Design,

Query Example:

UPDATE PurchaseOrders
SET ShipToCompany = "New Corp"
,Address = "111 Easy St"
WHERE ShipToCompany = "Old Corp"


Sincerely,

Chris O.
 
Back
Top