
Originally Posted by
June7
Why would you need code to create a table?
A database can actually be built to function without a scrap of code. It would be a very simple db but it can be done.
But before even thinking about user interface, need to get the data structure correct. Identify the data entities and how they relate. Have you studied the referenced link or any other tutorials on relational database principles? Until you have a grasp of those principles, your db development experience will be constant frustration.