Adding fields in a table

T

tpitman

Hi,
I am building a stock contol database, which I would like the fields t
be the Item,(i.e car parts), with each record being a different ca
that uses each named part.

Is there a way, using VBA, of adding a new field (new part) to th
underlying table on the form, which then adds a new field on the for
assigned to the new field?

Or should I approach the problem from a different angle
 
Top