Form Design

G

Gator

Using Northwind as example.
How can I use a form to display the Categories Description in a Text Box
based on the ProductName I select in a Form that uses Products table as
Record Source... using code?
 
D

Duane Hookom

You would normally select the category from a combo box which could display
the description.
 
Top