DelphiAaron
Programmer
i have a database of spare parts, some of the parts might belong to more than 1 model of machine.
whats the best way to make the table so that i can fit more than 1 model to a part. ???
i thought that having multiple fields for the models (model1, model2, ect...) but if you only allow 5 fields and there were more than 5 models it's no good.
would i be better off to make the model field a memo type and then i can sql it (find model from partstable where modelfield contains "this model"
would this work ??
maybee someone has a better solution. John Mutch Electronics
whats the best way to make the table so that i can fit more than 1 model to a part. ???
i thought that having multiple fields for the models (model1, model2, ect...) but if you only allow 5 fields and there were more than 5 models it's no good.
would i be better off to make the model field a memo type and then i can sql it (find model from partstable where modelfield contains "this model"
maybee someone has a better solution. John Mutch Electronics