473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

combo box display other and enter another value

232 100+
is it possible to make access combo box display some value and in enter other for example i want to display balanced and not balanced but enter value 0 for balanced and 1 for not balanced.i added values 0 and 1 and can enter both but can not implement show 0 for balanced and 1 for not balanced.kindly help.
thanks in advance
Sep 5 '12 #1
1 1487
TheSmileyCoder
2,322 Expert Mod 2GB
I see your up to almost 200 posts, so I am going to guess that you know how to make a proper combobox which is bound to 1 column but displaying another.


Change it to a textbox and type this into the Format property of the field:
Expand|Select|Wrap|Line Numbers
  1. "Balanced";;"Not Balanced";
The format property for a numeric textbox can display differently depending on whether its Positive;Negative;Zero;Null, and you write each format property in the above order seperated by ;.

Hope that helps.
Sep 5 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: OhFiddleSticks | last post by:
Does anyone know if there is a way to add a text value to a combo box (the text box part, not the rowsource) in VBA without triggering an update event? I've tried everything I can think of without...
5
by: aad | last post by:
Hi, I would like to display a label twice on one page. Duplicate the label result in the error "The ID 'xxxxx' is already used by another control" Ok I understand that it can bind to only...
3
by: Nofi | last post by:
Hello, I'm trying to fill my combobox per code, not with a DataSet because I want to have an empty row in it and this wasn't possible when working with a DataSet. The fill works fine, but when I...
2
by: HarisHohkl | last post by:
Hi, I've this function in a class to update the total value.but when i try to remove the these row highlight in Bold it crash, what should i do???? void display_total_value() { double...
0
by: keithsimpson3973 | last post by:
Does anyone know if it is possible to display the value of a date picker control on a vb6 form that the user selected on an access report? I am using vb6 to display a report selection and it has a...
28
by: ajos | last post by:
hi frnds, im doing a project in struts... my project specifications- struts1.1,tomcat5.5.23,eclipse3.2. the situation--> i have a form where i have a html <select> attribute in the <option>...
2
by: jeenajos | last post by:
Hi all, How can we display a value in message box in Asp.net. Now im using the script for displaying strings. Response.Write("<script>alert('OK')</script>") Along with this string i...
10
by: lakki63 | last post by:
hi all.. I m new to html....In my html page i place one multiline textbox...My query is when i enter data into textbox and click submit button..i have to display dat message in below to the...
24
by: MNNovice | last post by:
I am trying to display a value from the sub form on to the main form. It's not a calculated data, just plain text. This is what I attempted without success. 1. Created a text box called...
0
by: Rajiv kr | last post by:
Hi I am trying to display CustomProperty value (Ex: ID of an Employee) in the propertyGrid insted of displaying the default Type EX: "Microsoft.Organaisation.Employee()" for each and every...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.