Easy Question

  • Thread starter Thread starter MIKEB
  • Start date Start date
M

MIKEB

I have a form that has a query in it. When i run the form
i want to be able to click on one combo box and have all
the preceding information to come out into the other combo
boxes. I was able to do this but my one combo box when i
choose the different selection the next selection will not
come up, it will only stay with the previous input. Do I
have to put a string in m code to make it work or what do
I have to do? Thanks
 
I have a form that has a query in it. When i run the form
i want to be able to click on one combo box and have all
the preceding information to come out into the other combo
boxes. I was able to do this but my one combo box when i
choose the different selection the next selection will not
come up, it will only stay with the previous input. Do I
have to put a string in m code to make it work or what do
I have to do? Thanks


I'm not entire clear on your problem, but if you're saying
that you are unable to edit data on a form based on a
query, it's quite possible that the defined query returns
a non-updateable recordset.

There are many threads on this topic here and through a
Google search.

HTH
Kevin Sprinkel
 
I have a form that has a query in it. When i run the form
i want to be able to click on one combo box and have all
the preceding information to come out into the other combo
boxes. I was able to do this but my one combo box when i
choose the different selection the next selection will not
come up, it will only stay with the previous input. Do I
have to put a string in m code to make it work or what do
I have to do? Thanks


I'm not entire clear on your problem, but if you're saying
that you are unable to edit data on a form based on a
query, it's quite possible that the defined query returns
a non-updateable recordset.

There are many threads on this topic here and through a
Google search.

HTH
Kevin Sprinkel
 
-----Original Message-----


I'm not entire clear on your problem, but if you're saying
that you are unable to edit data on a form based on a
query, it's quite possible that the defined query returns
a non-updateable recordset.

There are many threads on this topic here and through a
Google search.

HTH
Kevin Sprinkel
.
Thanks that did help thank you
 
Back
Top