> >>>> I have two tables. > >>>> > >>>> Table1 > >>>> > >>>> ProductID INT Primary Key > >>>> ProductName Text > >>>> ProductCategory INT > >>>> > >>>> Table2 > >>>> > >>>> ProductCategoryID INT Primary Key > >>>> CategoryName Text > >>>> CategoryDescription Text
Ok, I have solved my original problem but now I'm curious about one more thing. If I have a list box to choose which entry in Table2 to use in Table1, but I want to be able to add a new entry in Table2 on the same form and use that entry. Is this possible? Keith --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
