Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 850(0.001 seconds)
[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!

7.4
Is it possible to make access accept a leading zero in numerical fields? Also can access be set so that the currency field displays pound signs as opposed to dollar signs?
Zones: MS AccessDate Answered: 09/05/1998 Views: 0
I have a string e.g. "089" and want to convert it to a number, and retain and leading zeros if there are any. For example, if my string is "089", I need to see 089 not 89 when I convert the stri...
Zones: FoxProDate Answered: 07/03/2002 Views: 0
Hello: My question is this:  I am trying to not only show trailing zeros after a decimal point, but I need this to be the actual value not just appear on the spread sheet view.  Example:  60 app...
Zones: Ms Office SuiteDate Answered: 11/13/2002 Views: 0
Hi, I am really stuck with this.  Please Help. I have the followings: <Table>   <TR>     <TD>     Some Texts     </TD>     <TD>     Some Text again     </TD>   </TR>   <TR>  ...
Zones: HTMLDate Answered: 09/27/2003 Views: 4
I have this function to calculate the number to make sure the result is rounded to the nearest 1/4 increment.  I received a Division by Zero error message when I tried to execute the code.  Can som...
Zones: MS AccessDate Answered: 02/25/2004 Views: 0
I have a querystring value pr=3999.0000 if I do this: decimal ProdPrice=decimal.Parse(Request.QueryString["pr"]); Response.Write(ProdPrice); it will give me 3999.0000 as it should. H...
Zones: ASP.Net ProgrammingDate Answered: 09/24/2004 Views: 0
I need to modify the following syntax to check for zero value and if zero then move to next record - and only average those quanities that not equal to zero. In Access I would have created and I...
Zones: MS SQL ServerDate Answered: 12/23/2004 Views: 0
Okay, I'm sure this has baan asked a million times, BUT, how the heck do you display preceeding zeros for a number in a table and/or a query. I'm working with linked tables and the number I want...
Zones: MS AccessDate Answered: 03/28/2005 Views: 0
I create the following table Create table test1 (name varchar2 (40),  age number (3) ); Using SQLLDR what will be the best way to insert 0 (zero) when my age is blank.
Zones: OracleDate Answered: 06/17/2005 Views: 0
How do you use a while loop to count down every odd number from 40 to 0, printing each off number down to zero.  I got the program to count down from 40 to 0 but how do you make the program only pr...
Zones: JavaDate Answered: 10/06/2005 Views: 0