Use a combo to hold your selections that you want the user to choose from on
the form. In the afterupdate event code put:
Me.Filter = "yourfieldname = """ & Me.Combo & """"
M.Filteron = True.
Use the combo wizard to select the field name for you and then plug in the
number of your combo box. This filter will work on almost any form.
> Hi Guys,
>
[quoted text clipped - 12 lines]
>
> Many thanks
Lez - 06 May 2008 17:35 GMT
Many thanks for the reply, however, I do not understand your reply? I can
already populate the txtbox with the value I want, I just need to filter the
form data now by the value of that field.
This is were my problem is, not getting the combo value, filtering the form
data with this value
Any other suggestions, appreciated.
> Use a combo to hold your selections that you want the user to choose from
> on
[quoted text clipped - 23 lines]
>>
>> Many thanks