Recipe Program
VB 2010
Access 2000
Access is the data source
RecipeRevDataSet
tblRecipes
Form1.vb
When it loads I want to be populated from TypeOfRecipeComboBox from the access table.
That would be on the order of French, Italian, German, Ect.
When I click on the type of recipe it should populate the combo box with the RecipeNameComboBox click on the recipe name and it will show that recipe in IngredientsTextBox and in PreparationTextBox.
I would like to keep it as simple as can be, I'm just starting with VB.
I also looked in the code area here and didn't see much I understood.
I do have the form built and the data source done.![]()






Reply With Quote