Change Field in a query by form

mousemat

Completely Self Taught
Local time
Today, 17:00
Joined
Nov 25, 2002
Messages
233
Is the a way of changing the fields selected in a query by a form.

I have a form showing how many people need to do each module. Each textbox is populuted by a count from the table.

The idea is simply to avoid having 26 queries based on each module. Is there a way to have the field name changed via the form.

I have used the on dbl click event to pass the field name to a hidden field on the record. I just need to pass the data in the hidden field to the select query.
 
Thanks for your advice RV.

Im more than happy to work with messy vba so if anyone has any idea, i'm more than willing to take them
 
Last edited:

Users who are viewing this thread

Back
Top Bottom