I want a Database Templete to build an auto parts catalog

G

Guest

I am builing a database to sell volkswagon auto parts online and plan use
various manufacturers catalogs to build the database. I need a database
templete for this purpose but microsoft online does not seem to have a
templete for catalogs.
 
V

Vincent Johns

stevenp said:
I am builing a database to sell volkswagon auto parts online and plan use
various manufacturers catalogs to build the database. I need a database
templete for this purpose but microsoft online does not seem to have a
templete for catalogs.

In the Create Table Wizard, I'd guess that the sample "Products" Table
will contain many of the fields you might want to use. Just choose the
fields that look suitable.

Also, look at the "Northwind Traders" sample database for ideas about
how to organize your information.

-- Vincent Johns <[email protected]>
Please feel free to quote anything I say here.
 
J

John Vinson

I am builing a database to sell volkswagon auto parts online and plan use
various manufacturers catalogs to build the database. I need a database
templete for this purpose but microsoft online does not seem to have a
templete for catalogs.

Correct; it doesn't. There are so many different kinds of catalogs,
each of which would require different datatypes. An auto parts
catalog, a seed catalog, and a clothing catalog would have some fields
in common... but more that are different.

You're not likely to find anything that you can just fire up and use;
you'll need to either build the database that YOU want, or hire
someone to do so.

Doesn't VW provide support for their retailers?

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top