recepe book help

jirrah

New member
Joined
Nov 27, 2005
Messages
4
Programming Experience
Beginner
hi, this is my first post here, as i am a newbie, i have developed a recepe book in access and have been using for a while. it has two tables, 1) category 2)main receipe table.

on seeing vb.net i wanted to make it or rather convert it in .net... i am having problems when i try to make a form, with a list box displaying category from the category table, and i can seem to link or bind it to the other list box, showing the recepe name depending on its category, so that the user can see all the categories of food, select a category which displays then recepe name and then the user click on recepe name to open the details in another form... (as i did in access)

any help, tutorial will be of great help, as i am just begining here so please be simple..
thanks a lot
 
well my access table contain over 500 receipes which i'm using in vb.net, and it is pretty large file.. anyway i will try,
i've made two tables, Category and Receipe,
Category table has Cat ID and Category
Receipe tablh as Receope ID, name, category id(where it gets its value from other table), ingredients and method
i have made a list box in vb.net form and binded category to display categories.
i am trying to display receipe names in other listbox of the selected category, which i'm not successful, as it either gives an error or doesn't display anything when i try to receipe table-name.
i think u get the idea,,,
any suggesteion i can try
 
thanks

thanks a lot, but kulrom i dont understand how and when did i offend you, was my problem too minor?
but again thanks
 
Back
Top