Jump to content

Automatically update second field from a related list?


This topic is 8628 days old. Please don't post here. Open a new topic instead.

Recommended Posts

It's a bit complicated because you have a lot of one-tomany relationships here that need related files.

You have a "division" database. Because each division have many recceivers, you'll need a file "receivers" related to divisions to track them. Not hard to do BTW. Give each receiver a unique id number (a simple serial number is fine).

Create a pop-up list choose the receiver based on what division is selected, then use a lookup to bring the name information into the related record based on the id number selected.

A lookup is best here (rather than a related field) because the names will be entered into the record automatically, but won't automatically change when the receover's name changes in the master record. This is good because you'll want to know who the reciever was at the time of the records creation, not what it is now perhaps years later.

[This message has been edited by Vaughan (edited December 11, 2000).]

Link to comment
Share on other sites

This topic is 8628 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.