B
Brigham Siton
Using access 97, I have a form that have the following fields:
PartNo - 5-digit Alphanumeric
Modifer - 2-digit Alphanumeric (If any)
Price - Price container
What I am trying to accomplish is that using a query, after the user enters
the part no & modifier (if any), that a query will lookup a match on a
table. If there is a match, that the table automatically return the price
on the price field.
I know this can be done using a combo box that is bounded to a table. But
can I avoid the combo box and just use some unbounded fields?
Thank you very much.
PartNo - 5-digit Alphanumeric
Modifer - 2-digit Alphanumeric (If any)
Price - Price container
What I am trying to accomplish is that using a query, after the user enters
the part no & modifier (if any), that a query will lookup a match on a
table. If there is a match, that the table automatically return the price
on the price field.
I know this can be done using a combo box that is bounded to a table. But
can I avoid the combo box and just use some unbounded fields?
Thank you very much.