kiwiora Posted April 4, 2003 Posted April 4, 2003 I have two db's. project.db and earner.db Project db is the main editing screen where you enter the project, you then select the fee earner from the relationship to earner.db who worked on that project. The issue is this. I need it to be a checkbox type list so you could select 1, or 2 or more people from earner.db. However, I need the values from earner.db to 1) update for new records but 2) remain as-is for old projects - rather like a lookup.
Pupiweb Posted April 4, 2003 Posted April 4, 2003 You need a third file (a so-called join file) linking Projects and Earners It will have a ProjectID field to create relationships to/from Projects and a EarnerID field to to create relationships to/from Earners; use the relationship from this file to Earners to lookup values from that file
Recommended Posts
This topic is 7905 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