Forum Discussion
TheJaks
Mar 25, 2024Copper Contributor
Combobox goes empty on new record
Hi all - silly issue that somehow I can't get the answer to. Any help is appreciated. I have an Access database (dataverse backend). I'm using a data entry form, which works well. There are a varie...
- Mar 26, 2024It's not the only way to handle the situation. However, it is the appropriate way for a relational database application.
TheJaks
Mar 25, 2024Copper Contributor
ah I see, you mean simply a related table with those unique risk name as values? Yes that would be better from a design perspective. Initially this field started live as a sort of free type field , later on with some grouped functionality on the risk name.
If that's the only way around it I may have to do that indeed. Bigger implementation job than planned. There's no other hack you can think of?
If that's the only way around it I may have to do that indeed. Bigger implementation job than planned. There's no other hack you can think of?
George_Hepworth
Mar 26, 2024Silver Contributor
It's not the only way to handle the situation. However, it is the appropriate way for a relational database application.
- TheJaksMar 26, 2024Copper ContributorYou're absolutely right. I was implementing a short cut that would have resulted in long term pain. I created a table for the risk names.