Enter Keywords:
1 - 10 of 872(0.001 seconds)
Sort By:
 
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 Rating: 7.4 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 Rating: 8.0 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 OfficeDate Answered: 11/13/2002 Rating: 9.2 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 Rating: 7.4 Views: 0
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 Rating: 8.2 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 Rating: 8.0 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 Rating: 7.0 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 Rating: 8.6 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 Rating: 8.8 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 Rating: 9.0 Views: 0