G
Guest
I currently have a form that is Unbound and only contains controls to open 12
different forms. My problem is that each text box must use a different
query. All I want to do is count the records in the query (I will use the ID
field) and then display it on the unbound form. When I bind the form to the
same same query as the text box uses, it works fine, but only for one query.
When I bind the form to the table that the queries are based on, it does not
work. I am hoping that my problem is just getting the expression right and
not that it isn't possible. I know just enough about VBA to be dangerous.
Please offer any suggestions that you feel appropriate.
Ron
different forms. My problem is that each text box must use a different
query. All I want to do is count the records in the query (I will use the ID
field) and then display it on the unbound form. When I bind the form to the
same same query as the text box uses, it works fine, but only for one query.
When I bind the form to the table that the queries are based on, it does not
work. I am hoping that my problem is just getting the expression right and
not that it isn't possible. I know just enough about VBA to be dangerous.
Please offer any suggestions that you feel appropriate.
Ron