add to lookup table if item doesn't exist March 26, 2020, 11:33:30 PM In Access you could have a table called Cars say and a form would have a drop down of all the cars from this table. But if the car you wanted wasn't listed you could add it manually and it would then become part of that table for the next person to add an entry.Is there a way to do this with php rad?If so could some one please explain how i can do it please.Thanks Quote Selected
Re: add to lookup table if item doesn't exist Reply #1 – March 27, 2020, 10:37:50 AM @Goodhead no, you can't do that. PHPRad currently does not support it. Quote Selected
Re: add to lookup table if item doesn't exist Reply #2 – April 10, 2020, 05:24:54 PM I have found a work around to this.... if you use the insert table itself as the look up table e.g.Table Called Users;IDUsernameFirst name SurnameRoleUse the dynamic look up (the one where you type and not select) against the role column. So if the role exists then you can select it, if it doesn’t it offers you to add it. Quote Selected