A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combo Box using a Percentage Field



 
 
Thread Tools Display Modes
  #1  
Old June 6th, 2004, 06:16 AM
Rod
external usenet poster
 
Posts: n/a
Default Combo Box using a Percentage Field

I have a Combo Box based on a look up table for a percentage field. The percentage field has been set up as follows:

Field Name: Percent
Data Type: Number
Field Size: Single
Format: Percent
Decimal Places: 0

The values entered into the table are as follows:

5%
10%
20%
....
99%
100%

Everything here works fine. What I am having difficulty with is that when the drop down list appears, the percentage values display as:

5.00%
10.00%
20.00%
....
99.00%
100.00%

This may seem trivial, but is there a way to have the combo box just display the percentage values without the two decimal place? They don't appear in the field after being selected.

Any suggestions??
Rod
  #2  
Old June 7th, 2004, 03:54 PM
hcj
external usenet poster
 
Posts: n/a
Default Combo Box using a Percentage Field

Hi Rod,
There may be a better way, but this works.
1. Rather than selecting from a table, select from a query
that draws from the table.
2. In the query design grid, bring up field properties
for the percent field.
3. Under format, instead of selecting Percent, type
in "0%" (without the quotes).
4. Use this query as your combo box source.

Hope this works for you.

-----Original Message-----
I have a Combo Box based on a look up table for a

percentage field. The percentage field has been set up as
follows:

Field Name: Percent
Data Type: Number
Field Size: Single
Format: Percent
Decimal Places: 0

The values entered into the table are as follows:

5%
10%
20%
....
99%
100%

Everything here works fine. What I am having difficulty

with is that when the drop down list appears, the
percentage values display as:

5.00%
10.00%
20.00%
....
99.00%
100.00%

This may seem trivial, but is there a way to have the

combo box just display the percentage values without the
two decimal place? They don't appear in the field after
being selected.

Any suggestions??
Rod
.

  #3  
Old June 7th, 2004, 04:05 PM
hcj
external usenet poster
 
Posts: n/a
Default Combo Box using a Percentage Field

Rod,
I knew there was a better way! Apply the "0%" format
to the percent field in table itself.

Keep on keepin' on!

-----Original Message-----
Hi Rod,
There may be a better way, but this works.
1. Rather than selecting from a table, select from a

query
that draws from the table.
2. In the query design grid, bring up field properties
for the percent field.
3. Under format, instead of selecting Percent, type
in "0%" (without the quotes).
4. Use this query as your combo box source.

Hope this works for you.

-----Original Message-----
I have a Combo Box based on a look up table for a

percentage field. The percentage field has been set up

as
follows:

Field Name: Percent
Data Type: Number
Field Size: Single
Format: Percent
Decimal Places: 0

The values entered into the table are as follows:

5%
10%
20%
....
99%
100%

Everything here works fine. What I am having difficulty

with is that when the drop down list appears, the
percentage values display as:

5.00%
10.00%
20.00%
....
99.00%
100.00%

This may seem trivial, but is there a way to have the

combo box just display the percentage values without the
two decimal place? They don't appear in the field after
being selected.

Any suggestions??
Rod
.

.

  #4  
Old June 8th, 2004, 02:11 AM
Rod
external usenet poster
 
Posts: n/a
Default Combo Box using a Percentage Field

hcj,

Thanks for the reply,

That worked even easier than the format([percent],"0%") in the row source for the combo box.

I appreciate the assistance.

Rod

Go Flames Go!!!
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.