Skip to main content

add new table with the name when add new record

Could this happen?

if this is possible then how do I do it

No, you can’t do that, it is not allowed, and that’s because you SHOULDN’T do it. That is not proper database design. You would never want to create a new table for each record. All records of the same type belong in the SAME table.


No, you can’t do that, it is not allowed, and that’s because you SHOULDN’T do it. That is not proper database design. You would never want to create a new table for each record. All records of the same type belong in the SAME table.


How to add a button when clicked opens another table


How to add a button when clicked opens another table


Each table & view has its own unique URL. So you could have your button open that URL when you click on the button.


Reply