dropdown form

  • Thread starter Thread starter Timothy Quinn
  • Start date Start date
T

Timothy Quinn

Hello, I'm new to access, maybe you can help with a form question. I would
like to have a form with one (number) to many items subform( item number,
description and price). I would like the many to be a pull down selection
that would include four fields. Any suggestions? Thank you quinntim
 
You might try a combo box bound to the table or query that has all your
required information. This would be easier than creating and linking a
subform.
 
Back
Top