Hi. I like the idea.
We are going to improve it. I have set FAYT to search for a text string using the SearchFor text box, and also to search by location using the cmbLocation dropdown. To get it to work, I had to use Like. For this there is no problem, because it works.
Now, in the form where I enter the locations, I want to replace the form with datasheet view, with a list box. I have managed to add the locations that I mark (whether I mark one, or if I mark several). However, there are three problems that I cannot solve:
1. When you open the form for choosing locations, the locations that are already assigned to the song should be highlighted. To do this, I think, you have to do the reverse step: de-chain. And through a for next enter the selected items.
2. Another thing is that, once those associated with the song appear selected, if I deselect one, I should remove it, both from the FSongs form field and from the j_tblSongsLocations table.
3. Do not add the locations at the end, but replace the existing ones with the selected ones. For example, I have three selected, and I add a fourth. What should appear are four, not 3 + 4 as it happens now.
www.dropbox.com
Thank you very much for the demo. It's super good.