lodmark
Member
- Local time
- Today, 02:48
- Joined
- Jul 24, 2020
- Messages
- 232
In my database that manages my record collection, I have an album form.
When I add a new album, I select the artist from a combo box that is linked to a table of artists.
If the artist is not in the table, a form for adding a new artist will appear.
Now to my problem.
Adding an artist whose name is completely missing from the artist table works perfectly.
But if part of the name already exists, I can only choose one of those suggested.
I want to add an artist named just Tom but the artist table already includes Tom Robinson, Tom Jones and Tom Petty.
I can not choose only Tom. If I add a space after Tom, it works.
Should I leave it at that?
What is wrong?
I thought it had to do with Limit to list but it is set to Yes and it must otherwise it does not work On Not in List procedure that starts the add artist form.
Anyone who can point me in the right direction?
Please!
Leif
When I add a new album, I select the artist from a combo box that is linked to a table of artists.
If the artist is not in the table, a form for adding a new artist will appear.
Now to my problem.
Adding an artist whose name is completely missing from the artist table works perfectly.
But if part of the name already exists, I can only choose one of those suggested.
I want to add an artist named just Tom but the artist table already includes Tom Robinson, Tom Jones and Tom Petty.
I can not choose only Tom. If I add a space after Tom, it works.
Should I leave it at that?
What is wrong?
I thought it had to do with Limit to list but it is set to Yes and it must otherwise it does not work On Not in List procedure that starts the add artist form.
Anyone who can point me in the right direction?
Please!
Leif