• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Access - Auto populate fields

reicherb

Platinum Member
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

 
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.
 
Back
Top