Adding A Space After The Decimal!

Aug 16, 2006

Hello Everyone :cool: ,

In access, I have a field in a table that I need to fix. The field contains a charge(money) value, with a code attached to it. For example:

[2345.0020680]---> The (2345.00) is the charage amount & the (20680) is the code.

[17580.04PPO]----> (17580.04) is Charge; (PPO) is the code.

**Every charge amount is different, and every codes length is different; so there is no consistency in this field.

I need to add a space, comma, backslash, or something two places after the decimal, to split the two. Once I do that I'll export to excel, and split the field into 2.

HELP!:confused:

Thanks in advance everyone,

Martian262002

View Replies


ADVERTISEMENT

Adding Decimal Place To Integer Field

Jun 9, 2015

Successful in loading an Access database with data from the PLC's memory. Unfortunately, I'm only able to transfer Integer values. In the database I'd like to show one of the fields as a real number by formatting the Integer value to add a decimal place. Example: 2505 to 250.5

View 11 Replies View Related

General :: Adding Decimal Amounts To A Percentage Expression

Jan 4, 2013

I'm having difficulty in adding decimal amounts to a percentage expression.On a form in a text box I have a percentage expression of 73.38%. In a combo box I have a drop down menu of: 0.75, 0.5, 0.25, 0, -.25, -.5, -.75With another text box I would like to have the decimal amounts added to the percentage. For example, 73.38% + .5..Which will equal in the text box: 73.88%

View 2 Replies View Related

Number Field Adding Bogus Data Beyond Decimal Point

Jan 6, 2008

I have a field for Item Price.
It would be a currency field, but I want it to be able to work with up to 6 decimal places. currency only seems to handle 4.
So, in the table, i changed it to a Single.
In the form, I left the control on Currency.

If I type in $1.43, instead of storing $1.43000000 it stores $1.43003243953

Why is it adding all these bogus sub decimal numbers? Any clue?

Thank you,
Evan

View 5 Replies View Related

Round Up Decimal Point To 4 Decimal Places

Jun 2, 2005

Hi there,

I am not sure the best way to do this,

I have a field with values that look like: 1.69553366385509 or 0.0061705541157596

I want these values to look like: 1.6955 or 0.0062 (4 decimal places [rounded up if possible])

Thanks for your help with this

Sue

View 5 Replies View Related

How To Add A Space In Between

Oct 26, 2005

I have a query that pulls information from two different columns in a linked table, and places them together in a single column in a new table. The expression that i use in the query is: Expr1: [ARTINAME]+[ TITLE]. I need to put a space between the two. Is there a way to put a space in between these two when written to the new table?

View 3 Replies View Related

What Takes More Space?

May 19, 2006

Hi everybody,

Amongst many other things i would like to be able to see which teams in our company have access to which database. We currently use up to seven!!! different Databases which makes for tremendous fun...just kidding.

Since every Team has access to more than one Database andevery Database obviously gets used by a multitude of Teams, i thought the best way to go would be a Junction Table. Whilst building this, however, it occured to me that i could have just created fields for each Database in the Team Table which then can be ticked.

So here's my question, is it more space consuming to create a junction table, it certainly appears to be more work right now...

Thank you very much,

Dan

View 2 Replies View Related

Can I Have A Space In Field Name?

May 11, 2005

Hi!

Is it possible for me to alias the fldGroup to Function Group?

How do you alias a field name to a name that contain a space?

Please advise.

Aijun.

View 3 Replies View Related

Remove Space

May 20, 2006

I have an enormous Post Code Table 1.7 million records, which I must update every month into usable sectors for our carrier cross refs, the UK postcode is in the format CB6 3HQ, CB6 3HR, CB6 3HS, CB6 3HT, CB6 3HW etc I need to be able to remove the space then only use the first 4 chrs ie CB63, in the above examples I know I could do a search and replace " " with "" but I need this to be run automaticly where would be the best place to do this and if coded how?

Any help or alternative suggetions appriciated

View 6 Replies View Related

How Do I Know How Much Space A Table Uses Within An MDB

Jul 26, 2007

Hi there

I would like to know how to find out how much space a table uses within an MDB. is there a analyser of some kind available that you know of?

Thanks

View 3 Replies View Related

Find First Space From Right

Sep 17, 2007

I need an expression which finds the first space from the right and returns the text (variable length) to the right of it.


Ex.

AMINOPH, THEOPHY. INJ

expression should return INJ

View 1 Replies View Related

Read Right To First Blank Space

May 19, 2005

I am trying to break out a field where city, state and zip codes have been consolidated. I want to create a field where I am able to ready the consolidated right either right or left until the first blank space. For example:

"pittsfield ma 01201"

I want to read the field to break out "pittsfield"

Thanks in advance for any help I can get on this :)

View 3 Replies View Related

Not Enough Disk Space Error

Nov 21, 2005

OS = XP pro SP2
200GB IDE HD with 134GB free (NTFS)
200GB USB2.0 with 54GB Free (NTFS)
Virtual Memory = 1gb (Let Windows Manage)

Trying to copy files from a external USB drive to the Hard drive.

I have done this a million times and now it decides to foul up. When trying to copy files from the external drive to the hard drive that are 4GB or higher I get an error "Not Enough Disk Space"

Both Drives are NTFS with Plenty of free space. Also get the same error when creating files larger than 4GB. It worked before and no OS changes have been made that I know of.

View 2 Replies View Related

How To Check Harddisk Space

Jul 15, 2007

Hi, i wish to check the user C drive remaining spaces using vba, how to do this?

View 6 Replies View Related

For Statement With Space Inside

Jul 27, 2007

My following sql statement is wrong. "Scenairovalues Step02" is the table name. How should I write this one with the empty space in the name?

vtSql = "Select * from Scenairovalues Step02"

Thanks a lot in advance!

View 2 Replies View Related

Delete <space> If At Beginning Or End Of Value?

Dec 4, 2007

Hey all,

I got a massive lump of WORD documents with Avery Mail label tables -- each avery mail label template/table has a mailing address. This how these people store their data. :mad::confused::mad:

So I went through and over a couple days transfered all 458 records to an excel spreadsheet for easy importing to my access mailing database. Problem is that I forgot to clean up a couple of the fields and now I have all these values with unnecessary spaces as the first or last characters for a lot of values.

My question:
Could anyone help me remove the first and/or last character of these values if the character is " "? Would it be easier to do this in excel and just re-import?

View 6 Replies View Related

Space Character In A Field

Oct 12, 2005

Hi!
I have a field that has to be 20 Characters long. Most of the time data for this field is less than 20 characters, so the remaining has to be filled with spaces to make it 20. e.g. if there is a record xyz1234567, then the rest of the record should have 10 spaces like xyz1234567ssssssssss, meaning if i click on this record then the cursor should not blink after 7 but after the spaces. Hope I am making sense.
Thanks for any input.

View 1 Replies View Related

Temporay Disc Space

Apr 10, 2006

can anyone help, when trying to run a dedupe query i get a error message saying 'not enough temporary disc space'

View 1 Replies View Related

Combining Text When It Has Space

Oct 9, 2006

Hi

is it possible to combine text in a table when some have a space between them eg 123 456 789B would like it on the table as 123456789B without any space. I was not sure what command to use in a query to get this type of and use it for an update query if possible.
Can someone help
Many thanks

View 1 Replies View Related

Sorting Records After The Last Space

Oct 10, 2006

Hello all,

I have a field in a database that has people's full name (e.g. Jane B. Doe). I would like to sort by their last name. Can I build a query that looks at everything after the last space in their name? Thanks in advance.

Ron

View 4 Replies View Related

Finding Position Of Second Space

Nov 8, 2007

I am trying to find the position of the second space in a string, but have not been able to find a solution. Any suggestions on how I could do this using an expression in the QBE window or VBA would be appreciated. Thanks in advance.

View 8 Replies View Related

Text Boxes - Need More Space

Sep 23, 2005

Hello,

I have a text field for filling in details of a job description. I only need a brief suummary, but unfortunately I require more than the standard 255 characters.

Is there any way of doings this? I woudl like to be able to add the information to one box in my form as I am cutting and pasting the text from MS Word documents.

Thanks

View 3 Replies View Related

Empty Space Around The Form

Feb 15, 2006

I started creating the form, thought I'd have a larger size form. Then I found
that all of the users have a screen resolution of 800x600 and I was using
1024x768. So I reworked the form so that it would fit onto their screensbetter.
I moved things around, put this over there temporarily,
put that down there, pulled this out of the way, etc., so for a brief time
my form was twice as big as it normally is.

Now the sliders are way out there on my form and they won't go back. So I
have a huge amount of blank space around my form and it appears to the
user as though there's something out there. How can I shrink it back down?

Here's a picture, notice how most of it is empty space?:
http://i9.photobucket.com/albums/a66/bubbajoe12345/emptyspace.jpg

View 3 Replies View Related

First Space Of Date Field

Nov 29, 2004

Is there a way in a masked date field(mm/dd/yyyy) that when clicking anywhere in the field that the cursor can be at the beginning of the field? For instance if I were to click in the position of the dd can I get the cursor to be at the first m.

Thanks for any help.
T

View 3 Replies View Related

Search String For Space

Apr 11, 2006

I have a table containing names. Unfortunately, the first and middle name are in the same field, and not all have middle names. I need to separate them out in a report. Is it possible to search the field and break at the first space?

Any help would be greatly appreciated!
Thanks

View 1 Replies View Related

Leading Spaces And Space After Name

Nov 12, 2013

I am having the table in access database which contains customers name with and without leading spaces and the spaces after customer name.

How to find out Leading spaces and spaces after customer name in access Database.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved