G
Guest
I have created a report that On Open opens a form, the user selects a name
the On Update of the form then runs the query, populates the form and we have
what we want... not exactly! It is supposed to anyway. The form runs great,
the problem I'm having is that as soon as the query goes to run I get an
error. I've tracked the problem back to the query. If I just open the query
and try to enter the info in manually, I get the error. I believe the
problem to be this. The form is pulling names from a list. This list is
coming from a Table where I have these fields (in this order: ID, Name,ID
#,Email. The Combo is set up to have 2 columns, bound column 1, widths 0,1.
This way the user only sees the names. When I run the query by typing in a
name.... error occurs. When I run the query by typing in the number that
goes with the name... Bingo query runs perfect. So, my question is, how do I
get the query to recognize the name selected in teh form rather than wanting
the number accociated with it?
Thanks in advance for any help.
the On Update of the form then runs the query, populates the form and we have
what we want... not exactly! It is supposed to anyway. The form runs great,
the problem I'm having is that as soon as the query goes to run I get an
error. I've tracked the problem back to the query. If I just open the query
and try to enter the info in manually, I get the error. I believe the
problem to be this. The form is pulling names from a list. This list is
coming from a Table where I have these fields (in this order: ID, Name,ID
#,Email. The Combo is set up to have 2 columns, bound column 1, widths 0,1.
This way the user only sees the names. When I run the query by typing in a
name.... error occurs. When I run the query by typing in the number that
goes with the name... Bingo query runs perfect. So, my question is, how do I
get the query to recognize the name selected in teh form rather than wanting
the number accociated with it?
Thanks in advance for any help.