It would be a huge time saver if methods could be attached to a specific table rather than to a specific form or if a new form is created from the same table, to be available for selection on either form.
For example, I have a number of methods on one form that I now want to move to another form which uses the same table. To do this, I have to recreate all those methods on the new form and then delete them from the old one. It’s a lot of extra work which seems somewhat illogical.