![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to create a custom find form. I've looked at some examples and searched the topic, but I'm still failing to get this find form working properly. I have a custom form displaying customers first and last names in a List box. This form works and filters my customers properly. My problem is that I need to be able to double click one of these records in the search form and have it set the current record on my main form. Can anyone provide some examples of how I might do this? Thanks much for the help. |
#3
| |||
| |||
|
|
fred (AT) besttechsolution (DOT) com (fred) wrote in message news:<cc913dbb.0312041928.6d6fca75 (AT) posting (DOT) google.com>... I'm trying to create a custom find form. I've looked at some examples and searched the topic, but I'm still failing to get this find form working properly. I have a custom form displaying customers first and last names in a List box. This form works and filters my customers properly. My problem is that I need to be able to double click one of these records in the search form and have it set the current record on my main form. Can anyone provide some examples of how I might do this? Thanks much for the help. Hello Fred, Perhaps what you could do is use the Wizard builder on the tool box when selecting a new list box to put on your form. Make the control source the same as what you currently have in the current list box. With the wizard builder selected in the tool box, select and drag a new listbox onto your form. This will start the wizard. The default selection is to look up values in a table or query, if not selected do so. Next, select the table or query source you need, next select the fields required. It's best to select the Record ID first and then all of the rest needed. Then name the control according to your needs and select finish. That's all there is to it. If you need to edit the control source you can always do it later. Now, run the form and make a selection. Have a good day. Regards, Ray |
#4
| |||
| |||
|
|
I'm trying to create a custom find form. I've looked at some examples and searched the topic, but I'm still failing to get this find form working properly. I have a custom form displaying customers first and last names in a List box. This form works and filters my customers properly. My problem is that I need to be able to double click one of these records in the search form and have it set the current record on my main form. Can anyone provide some examples of how I might do this? Thanks much for the help. |
![]() |
| Thread Tools | |
| Display Modes | |
| |