[SOLVED] Â Lookup wizard with select multiple and add new options |
2/29/2016 2:42:23 PM |
ASPRunner.NET General questions | |
![]() I'm trying to set up a situation where users can associate one or more "tags" with a record. I have a field to hold the tags, and a separate table that contains the tags. I'd like to be able to select one or more existing tags as well as allow the addition on the fly of new tags to the tag table. In reading the help file and looking at the lookup wizard dialog, I believe this is possible. But when run my app never displays the "Add new" link. What am I doing wrong?
|
|
![]() |
jadachDevClub member 2/29/2016 |
Are you using security? If so, make sure the role accessing the application has access to flag table (add). |
![]() |
Pete K author 2/29/2016 |
Bingo! Thanks, Jerry. I had just added the tag table after I had assigned permissions. I have to get in the mindset of thinking about permissions every time I add a table to the project. |
![]() |
jadachDevClub member 2/29/2016 |
LOL, that one got me a lot in the beginning. Now it's automatic for me. |