Form Update Alternate Record (1 Viewer)

LadyDi

Registered User.
Local time
Today, 10:01
Joined
Mar 29, 2007
Messages
894
Is it possible to update one record on a table from another record in a form?

I have a form that tracks orders. It shows if one order is replacing another. If it is, the database checks to see if the old order needs cancelled. If it does, a message appears on the screen letting the user know that the old order needs cancelled. Is there a way for the database to enter a date in the cancellation field of the old order while on the record for the new order? That way, I would be able to run a report detailing the orders that need cancelled.

Any assistance you can provide would be greatly appreciated.
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 10:01
Joined
Aug 30, 2003
Messages
36,130
Sure, you can open a recordset using the old order number as a criteria, or run an update query with similar criteria.
 

Users who are viewing this thread

Top Bottom