Dan-A Posted December 20, 2004 Posted December 20, 2004 Hi All, What is the fastest/most efficient way to update related records?? Let's say i change a flag (active/closed) in my "Purchase Order Header" table and i want to update the same flag in the "PO Lines" table for the speceifc PO being viewed. (Header & Lines are related on POnumber) Thanks --Dan
Slobey Posted December 20, 2004 Posted December 20, 2004 Couldn't you just have a PO_flag field in the "PO Lines" table that is a calc based on your POnumber relationship. That way as soon as you change it in the "Purchase Order Header" table it is automatically updated.
Dan-A Posted December 20, 2004 Author Posted December 20, 2004 Thanks, I knew i was going the LONG WAY for no reason!!! I'll try your idea. Dan
Recommended Posts
This topic is 7281 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now