Looking for an SQL command that will delete an entire Layaway in HQ. Example delete Layaway number 57. Thanks for any help.
Neil
Looking for an SQL command that will delete an entire Layaway in HQ. Example delete Layaway number 57. Thanks for any help.
Neil
Never mind. I used
DELETE from [Order] WHERE [Order].ID = '57'
"nt8378" wrote:
Don't forget to delete any of the Item information from the OrderEntry table for that order also.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required