Creating Tables from Records

Jonny

Registered User.
Local time
Today, 16:44
Joined
Aug 12, 2005
Messages
144
Having a table with tens of records: Honda, Toyota, Lexus, e.t.c
Required to create a table for each record and to link ID of each table to that record.

Could this be done in a code?
 
Sure it can be done. You can create tables in Access via code and dynamically add fields. So you can read your current table and break that into multiple tables. Can you explain the purpose?
 
Hello. I want It to be in Microsoft access. As a database. Here is an example
 

Users who are viewing this thread

Back
Top Bottom