N
nplamondon
I'm trying to create an equipment tracking db in Access 2003. I have
a form with equipment type (server, kvm, patch panel, etc), make
(dell, hp, etc), model (string value), size (numeric value)
I currently have Model being stored in tblServers and the form should
populate the other fields (type, make, model, size) from tblModel,
based on the value of Model.
When I try to set the control source for any of these fields (example:
=[tblModel]![Type] ), I get the error:
The object doesn't contain the Automation object 'tblModel.'
After hours of tinkering, reading and googling, I'm becoming
frustrated. How can I populate these fields? Thanks in advance for
any assistance.
a form with equipment type (server, kvm, patch panel, etc), make
(dell, hp, etc), model (string value), size (numeric value)
I currently have Model being stored in tblServers and the form should
populate the other fields (type, make, model, size) from tblModel,
based on the value of Model.
When I try to set the control source for any of these fields (example:
=[tblModel]![Type] ), I get the error:
The object doesn't contain the Automation object 'tblModel.'
After hours of tinkering, reading and googling, I'm becoming
frustrated. How can I populate these fields? Thanks in advance for
any assistance.