Advertisement

[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

03/09/2004 at 12:06PM PST, ID: 20912873
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Query Question

Asked by maianoel in Microsoft Access Database

Is it possible to call a value from a form within a query?  I am trying to get my database setup so that when a user types in some value in a text box on my form and clicks on the execute button, the relevant records are returned.  I had it working perfectly, but I recently had to change from one table to two as I was at the 2GB limit.  With the help of some people here I got that working perfectly through a query, but when I try to incorporate that into my form, it won't work.

As I said, the query itself works fine.  The query is below:

SELECT *
FROM cbsofeed_more WHERE [Corp_ID_Control_Acct] = [frmReportParameters].[txtFindAccount]
UNION SELECT * FROM cbsofeed_less WHERE [Corp_ID_Control_Acct] = [frmReportParameters].[txtFindAccount];

As you can see I am calling a value from my report, txtFindAccount.  When I run the query by itself a box pops up asking for the info.  I can put data in there and the appropriate records are returned.  When I try to incorporate the query into my form, the box still pops up asking for txtFindAccount even though the value is provided on my form.

Another problem is how to get the results to appear in my subform.  When I try the following I get an error message telling me a "=" sign is expected.  Not sure what that means.  Code is below:

Me!subBlank.Form.RecordSource = DoCmd.OpenQuery(Find_Corp_ID_Control_Acct)

Any help will be greatly appreciated.

Thanks.Start Free Trial
[+][-]03/09/04 12:08 PM, ID: 10554040

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/09/04 12:13 PM, ID: 10554082

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/09/04 12:17 PM, ID: 10554119

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/09/04 12:36 PM, ID: 10554348

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/09/04 12:58 PM, ID: 10554587

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/10/04 11:39 AM, ID: 10564171

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/10/04 01:35 PM, ID: 10565324

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Microsoft Access Database
Sign Up Now!
Solution Provided By: nico5038
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32