Do you have a table of the part numbers and their cost? Create a combo
where there are at least those two columns, then after update on the combo:
forms!myform!PartCost= cboPartNumber.Column(1)
where the first column (0) is the part number and the second (1) is the
cost.
With a list of valid part numbers users will have less of a chance of typing
something incorrect in the first place.
Do you have a table of the part numbers and their cost? Create a combo
where there are at least those two columns, then after update on the combo:
forms!myform!PartCost= cboPartNumber.Column(1)
where the first column (0) is the part number and the second (1) is the
cost.
With a list of valid part numbers users will have less of a chance of typing
something incorrect in the first place.
I don't want to createa combo box just a text field. I kind of
undestand That I have to create a function in the properties menu. Now
can you break it down again explaining how do you write it? For
example the function is ="Table name"."Field Name"
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.