Jump to content

lookup using drop down list and copy fields?


J__

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

Recommended Posts

Hello,

first, i want to emphasize my thanks to this forum, i appreciate all the help.

Suppose you have a list of play lists (for songs), and you have another table full of Songs with artist information and so on.

I want to have a drop down list with the song names in it on a "Select Songs for Playlist" layout (with a playlists table/detail) - kind of like invoice / line item stuff... in fact, just like it.

This is no problem and I have been able to do this. I want to copy some of the fields into the Playist record. If i use a ID in an edit control this works great. If I use the name of the song in a drop down it doesn't work. What do i need to do to get this to work? Do i need to index the ..... or maybe create a relation which is the id and the name?? hmmmm maybe that's it?

suggestions?

thanks

J__

Link to comment
Share on other sites

Hi,

As a start, you shouldn't use value list for this purpose, and as a general rule, whenever the number of items dropping down from it could be important, which happen to be the case here.

It doesn't make much sense and isn't user-friendly as soon as the list gets too long.

A better choice, IMO, would be to rely on a portal, may be popping up in a new "Select" window, either based upon a Cartesian relationship or more probably filtered.

The big advantage is that you can still use the selected Song ID as a relationship, without even noticing and showing it.

Link to comment
Share on other sites

I agree with you. i had considered that, but wondered if there was just something i was missing. The list actually is not going to be that large - for my current needs to that is ok.

One problem i have with the popup approach though is keeping it on top.

any thoughts on that?

thanks for the response

Link to comment
Share on other sites

This topic is 7107 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.