S
spnz via AccessMonster.com
Hi there
I am hoping for a little help (well alot of help really!!)
I am creating a database that I can use as a recipe database.
I have created a form that I use to search my database.(frmSearch)
It contains a listbox(lstSearchResults) that displays my search
results....My problem is I would like to be able to transfer my selected
search to the main form by the double-click property.
I would like to be able to select a recipe from the listbox and by double
clicking it. The code would pass my selected recipe on the main form so I
can view all the recipe details easily.
Can anyone help me out with a piece of code to transfer the double clicked
item on the list box to the main form.
TIA
I am hoping for a little help (well alot of help really!!)
I am creating a database that I can use as a recipe database.
I have created a form that I use to search my database.(frmSearch)
It contains a listbox(lstSearchResults) that displays my search
results....My problem is I would like to be able to transfer my selected
search to the main form by the double-click property.
I would like to be able to select a recipe from the listbox and by double
clicking it. The code would pass my selected recipe on the main form so I
can view all the recipe details easily.
Can anyone help me out with a piece of code to transfer the double clicked
item on the list box to the main form.
TIA