Jul 18, 2020 05:44 AM
add new table with the name when add new record
Could this happen?
if this is possible then how do I do it
Jul 18, 2020 06:26 AM
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.
Jul 18, 2020 06:52 AM
How to add a button when clicked opens another table
Jul 18, 2020 08:15 AM
Each table & view has its own unique URL. So you could have your button open that URL when you click on the button.