Skip to main content

Add new table with the name when add new record

  • July 18, 2020
  • 3 replies
  • 17 views

add new table with the name when add new record
Could this happen?
if this is possible then how do I do it

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • July 18, 2020

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.


  • Author
  • New Participant
  • July 18, 2020

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


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • July 18, 2020

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.