Access - Auto populate fields

reicherb

Platinum Member
Nov 22, 2000
2,122
0
0
I?m building a database for inventory and so far have the following tables (below).

My issue is that I want to track hardware specs in the PCs (CPU, memory, etc) but don't want to have to populate those fields manually every time. Is there a way to have those fields populated when a model number is selected? I'd still like them to be able to be changed, but I'd like the default configuration for that model to be entered.

Thanks.


building/room table
building
room
equipment ID

PC table
equipment ID
make
model
serial
etc

Monitor table
equipment ID
make
model
serial
etc

Printer table
AV equipment table
etc

 

bunker

Lifer
Apr 23, 2001
10,572
0
71
You'd have to build a lookup table with the columns <model> <cpu> <ram> <etc...> and then build a front end with a drop down to select the model which can then populate the database.