G
Guest
I think I have run into a wall. I’m building a tool/inventory database where
my employees can check out tools. No where I have run into the wall is when
the person selects a specific tool from the combo box; I need to have the two
other fields populated with info about the specific tool from my tools table.
Field 1: Asset number and field 2: Serial number. For some reason I can not
get those two fields to populate. Currently I have this
=DLookUp("[SerailNumber]","[Products]","[ProductName] = Tables![Products]")
in my control source for that particular filed. I thank you for any help or
direction you can give me.
Todd
my employees can check out tools. No where I have run into the wall is when
the person selects a specific tool from the combo box; I need to have the two
other fields populated with info about the specific tool from my tools table.
Field 1: Asset number and field 2: Serial number. For some reason I can not
get those two fields to populate. Currently I have this
=DLookUp("[SerailNumber]","[Products]","[ProductName] = Tables![Products]")
in my control source for that particular filed. I thank you for any help or
direction you can give me.
Todd