Creating Tables from Records

Jonny

Registered User.
Local time
Today, 08:55
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?
 
It depends a lot on what your current table structure is like. You need to provide a lot more information. As an aside I thought you might like to have a look at at something I created recently which shifts car makes from a table into lots of different Excel spreadsheets, a little bit like the problem you describe, but doing it in Excel:-

 
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