J
Joe
I have a form in datasheet view with 2 fields; Part # and Part
Description. The Part # field is bound to a table called Temp (which
is bound to the form). This field is setup in the table to be a combo
box value that looks in my Parts table so users can select the part #
from a drop down list.
What I would like to do is have the Part Description field auto
populate with the corresponding description when the Part # is
selected on the form (which is datasheet view, if that matters)
I have tried to set the default value to a SQL statement and tried to
run VB docmd.runsql (x) code on the After Update event of the Part #
field to no avail.
Any thoughts on how I can get this to work?
Thanks
Description. The Part # field is bound to a table called Temp (which
is bound to the form). This field is setup in the table to be a combo
box value that looks in my Parts table so users can select the part #
from a drop down list.
What I would like to do is have the Part Description field auto
populate with the corresponding description when the Part # is
selected on the form (which is datasheet view, if that matters)
I have tried to set the default value to a SQL statement and tried to
run VB docmd.runsql (x) code on the After Update event of the Part #
field to no avail.
Any thoughts on how I can get this to work?
Thanks