D
Dennisf1
Hi:
I searched through many answers in group and I'm still not clear on
how to accomplish this with a reasonable level of effort and within my
coding capabiities. I am not a VBA programmer though I have extensive
IT experience and can noodle my way through things.
I would like to take a value from a text or number field on a form and
use it as a criteria for reducing the number of rows returned on a
simple query such as
Select Category, Description from MyTable where Category = FormField.
FormField is the criteria coming from the form. Nothing exotic .
Is there a simple way to accomplish this or must I code a VBA
routine.
Your input and advice would be most appreciated.
Regards,
Dennis
I searched through many answers in group and I'm still not clear on
how to accomplish this with a reasonable level of effort and within my
coding capabiities. I am not a VBA programmer though I have extensive
IT experience and can noodle my way through things.
I would like to take a value from a text or number field on a form and
use it as a criteria for reducing the number of rows returned on a
simple query such as
Select Category, Description from MyTable where Category = FormField.
FormField is the criteria coming from the form. Nothing exotic .
Is there a simple way to accomplish this or must I code a VBA
routine.
Your input and advice would be most appreciated.
Regards,
Dennis