When creating a table related to a dropdown field, I'm given the option of initialising the table by adding any records I can think of. Once the table is created, I can no longer add records this way.
My solution has been to design a related screen for the sole purpose of adding records - an "Add/Edit Shipping Method" popup screen, for example. But this is overkill for those simple dropdown tables where I just forgot to add one record to my table when initialising it, and it is unlikely I will need to add another.
So I just thought I'd check: is there a more convenient way to add a record to an existing table without having to design a screen/action set for it, short of deleting and recreating the table?