J
James
Hi I posted this a while ago and I got some responses but
unfortunatly I sill have not solved this problem.
I have 3 cboboxes and when the user selects something from
them I want the text box to run a query (which I have) and
put in the results of the query into this text box. The
query calculates the percentage of the values selected by
the user by what is in the database matching them...
So how do I overcome my little problem?
Here is my original post:
-----------------------------------------------------------
Hello I was assisted in this forum by someone who give me
thr below code:
=DFirst("[ReturnPercentage]","qryPercent")
I get #Error in the text box when I show the form view...
The query at the back of that qryPercent... calculates the
percentage of all the records in the table against the
selections made in 3 combo boxes...
How can I fix this #error thing?
Any Help greatly appreciated...
James
unfortunatly I sill have not solved this problem.
I have 3 cboboxes and when the user selects something from
them I want the text box to run a query (which I have) and
put in the results of the query into this text box. The
query calculates the percentage of the values selected by
the user by what is in the database matching them...
So how do I overcome my little problem?
Here is my original post:
-----------------------------------------------------------
Hello I was assisted in this forum by someone who give me
thr below code:
=DFirst("[ReturnPercentage]","qryPercent")
I get #Error in the text box when I show the form view...
The query at the back of that qryPercent... calculates the
percentage of all the records in the table against the
selections made in 3 combo boxes...
How can I fix this #error thing?
Any Help greatly appreciated...
James