I need to know how to pass a field from a selection in a list box to a field in another form (in Access 2003).
I have created a search box that uses a list box to display some records. There is a text box that a user enters details in to filter the list box down to less records. I want to be able to select one of these records in the list box and pass that field to another form.
I have uploaded the 2 forms in question. Basically i double click the Animal ID field in the main form and the Search Form loads. I start typing in the text box and the list box gets less and less to the point where i can select a record. What i want to do is populate the Selected Text text box with the text on the left (UK 162574 xxxxxx) and then click the save & exit button so it goes back to the main form and places the UK code into the Animal ID box.
Also as a minor point i can't seem to change the tick boxes from values to tick boxes in the list box.
If someone could help with some coding i'd be grateful - thanks all.
I have created a search box that uses a list box to display some records. There is a text box that a user enters details in to filter the list box down to less records. I want to be able to select one of these records in the list box and pass that field to another form.
I have uploaded the 2 forms in question. Basically i double click the Animal ID field in the main form and the Search Form loads. I start typing in the text box and the list box gets less and less to the point where i can select a record. What i want to do is populate the Selected Text text box with the text on the left (UK 162574 xxxxxx) and then click the save & exit button so it goes back to the main form and places the UK code into the Animal ID box.
Also as a minor point i can't seem to change the tick boxes from values to tick boxes in the list box.
If someone could help with some coding i'd be grateful - thanks all.