PC Review


Reply
Thread Tools Rate Thread

Converting Sined Fields

 
 
=?Utf-8?B?R2VuZQ==?=
Guest
Posts: n/a
 
      11th Oct 2006
I'm sure its already been posted but I wasn't able to find anything on this.
I have a table that has a field "Unit Price" which is a sined field. I need
to convert the field to regular number or even better an implied decimal(eg.,
10058=100.58) But dont worry too much about that. Just need a query or a way
to convert the sined field into a large interger. Thanks advance.
Gene

 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      11th Oct 2006
One post per question please...

Netiquette FAQ
http://www.mvps.org/access/netiquette.htm


--
Rick B



"Gene" <(E-Mail Removed)> wrote in message
news:998970CA-D6F6-4EC5-9285-(E-Mail Removed)...
> I'm sure its already been posted but I wasn't able to find anything on
> this.
> I have a table that has a field "Unit Price" which is a sined field. I
> need
> to convert the field to regular number or even better an implied
> decimal(eg.,
> 10058=100.58) But dont worry too much about that. Just need a query or a
> way
> to convert the sined field into a large interger. Thanks advance.
> Gene
>



 
Reply With Quote
 
Brendan Reynolds
Guest
Posts: n/a
 
      11th Oct 2006
If I understand the question correctly, don't you just need to divide by
100? For example, in a query ...

SELECT [TestField]/100 AS ConvertedValue
FROM tblTest;

--
Brendan Reynolds
Access MVP

"Gene" <(E-Mail Removed)> wrote in message
news:998970CA-D6F6-4EC5-9285-(E-Mail Removed)...
> I'm sure its already been posted but I wasn't able to find anything on
> this.
> I have a table that has a field "Unit Price" which is a sined field. I
> need
> to convert the field to regular number or even better an implied
> decimal(eg.,
> 10058=100.58) But dont worry too much about that. Just need a query or a
> way
> to convert the sined field into a large interger. Thanks advance.
> Gene
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help converting a Sined field =?Utf-8?B?R2VuZQ==?= Microsoft Access Database Table Design 7 20th Oct 2006 11:05 AM
Converting Sined Field =?Utf-8?B?R2VuZQ==?= Microsoft Access Queries 4 12th Oct 2006 07:56 PM
Outlook Contacts - Converting User-defined Item fields to Folder fields richy240@gmail.com Microsoft Outlook Contacts 1 29th Sep 2006 09:17 PM
Need to apply an IF statement to a sined field =?Utf-8?B?ZGJndXkxMQ==?= Microsoft Access Queries 3 25th Jan 2006 10:58 PM
Converting Sined Characters into numbers. =?Utf-8?B?REJtYW4=?= Microsoft Access 3 27th Sep 2005 02:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:40 AM.