Newbies laddaa Posted May 6, 2012 Newbies Posted May 6, 2012 Hi, in short I'm trying to do the following: -there's a Table "Letters" -and a Table "People" -In the layout for Letters I want to select the recipient through clicking on a line of a portal. So far, I'm stuck with two things: 1st Issue: If I set the relationship: Letter::kf_ID_recipient = People::k_ID, then the portal is empty, but the assignment of one recipient to one letter works as expected. If I set the relationship: Letter::kf_ID_recipient X People::k_ID, then the portal is populated correctly (I can do nice searches/filtering), but I don't see how the assignment would possibly work then. 2nd Issue: how do I actually assign a record by clicking on it? I tried some Button Setups and Script triggers (all very much fruitless attempts) What do you think. Will I be getting anywhere ? Thank you for looking at my problem.
Newbies laddaa Posted May 7, 2012 Author Newbies Posted May 7, 2012 Yes! That's so neat! Thank you! I will try to implement your solution to my file as soon as I get a chance! (I'll try to change it so, the click assigns the person to the current letter, not a new letter, but otherwise it's exactly what I was trying to do!)
Recommended Posts
This topic is 4583 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