Hello everybody!
I am almost as new to Access as to this forum...
I'm trying to create a database to keep track of some equipment. This is the problem I have (for not thinking yet in Access):
-I have a table with two fields: Model (text) and SerialNo (text);
-For some models I need to store more info - say Time Counter (Integer), Last Error (Integer), etc.
-How do I do this? It looks like a common situation, but I'm very confused at this point...
Not only I have a nonhomogenous table (with different number of fields for different records), but the problem propagates when I create the form: when I select (in a lookup) a certain model I need to be able to be shown and fill in the info according to that model.
An easy solution would be to just create the table with all the extra fields and leave them empty for models that do not have that info (90% of them). Is there a better solution?
Thanks for any input!