473,386 Members | 1,720 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,386 software developers and data experts.

New user question on forms

As a new user, I was pleased I was able to build tables and connect them
properly (I think), but am having one problem on forms. How does one go
about creating a form, where on field on the form is a combo box, where the
selections in that box are from a table? I selected Table/Query in
Properties for the combo box field. When using the combo box, all I get are
numbers (1 - 7). I do have 7 entries in the table, but am not seeing the
actual values. I just see the apparent corresponding numbers for those
values. How do I get the actual values (not the numbers) to show in the
combo box?

Thank you,

- Phil
Nov 13 '05 #1
4 1243
Its the number of colums displayed, as well as their size (ie. you can have
2 columns - id & actual value -but have sizes of 0" & 2"...to hide the
number, show the value)
BUT
the easiest way is to make sure that the wizards are turned on (Lightning
bolt button in toolbar) then when you place a combo box the wizard will walk
you through all of it.

Mal.
"Phil" <p.*****@comcast.net> wrote in message
news:JECCc.171675$Ly.137257@attbi_s01...
As a new user, I was pleased I was able to build tables and connect them
properly (I think), but am having one problem on forms. How does one go
about creating a form, where on field on the form is a combo box, where the selections in that box are from a table? I selected Table/Query in
Properties for the combo box field. When using the combo box, all I get are numbers (1 - 7). I do have 7 entries in the table, but am not seeing the
actual values. I just see the apparent corresponding numbers for those
values. How do I get the actual values (not the numbers) to show in the
combo box?

Thank you,

- Phil

Nov 13 '05 #2
I am not seeing any lightning bolt on any tool bar, but I can't find where
it is to install on the tool bar. I presume at some point when I try to
turn a field into a combo box, I click the wizard and it assists? Sorry for
the naive questions, but quite new at this.

- Phil

"Mal Reeve" <lo*****@earthlink.net> wrote in message
news:Ny*****************@newsread2.news.atl.earthl ink.net...
Its the number of colums displayed, as well as their size (ie. you can have 2 columns - id & actual value -but have sizes of 0" & 2"...to hide the
number, show the value)
BUT
the easiest way is to make sure that the wizards are turned on (Lightning
bolt button in toolbar) then when you place a combo box the wizard will walk you through all of it.

Mal.
"Phil" <p.*****@comcast.net> wrote in message
news:JECCc.171675$Ly.137257@attbi_s01...
As a new user, I was pleased I was able to build tables and connect them
properly (I think), but am having one problem on forms. How does one go
about creating a form, where on field on the form is a combo box, where

the
selections in that box are from a table? I selected Table/Query in
Properties for the combo box field. When using the combo box, all I get

are
numbers (1 - 7). I do have 7 entries in the table, but am not seeing the actual values. I just see the apparent corresponding numbers for those
values. How do I get the actual values (not the numbers) to show in the
combo box?

Thank you,

- Phil


Nov 13 '05 #3
Phil wrote:
I am not seeing any lightning bolt on any tool bar, but I can't find where
it is to install on the tool bar. I presume at some point when I try to
turn a field into a combo box, I click the wizard and it assists? Sorry for
the naive questions, but quite new at this.

- Phil

"Mal Reeve" <lo*****@earthlink.net> wrote in message
news:Ny*****************@newsread2.news.atl.earthl ink.net...
Its the number of colums displayed, as well as their size (ie. you can


have
2 columns - id & actual value -but have sizes of 0" & 2"...to hide the
number, show the value)
BUT
the easiest way is to make sure that the wizards are turned on (Lightning
bolt button in toolbar) then when you place a combo box the wizard will


walk
you through all of it.

Mal.
"Phil" <p.*****@comcast.net> wrote in message
news:JECCc.171675$Ly.137257@attbi_s01...
As a new user, I was pleased I was able to build tables and connect them
properly (I think), but am having one problem on forms. How does one go
about creating a form, where on field on the form is a combo box, where


the
selections in that box are from a table? I selected Table/Query in
Properties for the combo box field. When using the combo box, all I get


are
numbers (1 - 7). I do have 7 entries in the table, but am not seeing
the
actual values. I just see the apparent corresponding numbers for those
values. How do I get the actual values (not the numbers) to show in the
combo box?

Thank you,

- Phil


Get the property sheet open for the Combo. On the Data tab, you should
see RowSource. Click on that row, then the triple-dot to update the
query of the rowsource. You can tell which column to use to store data
to the field; 1 = 1st field in query, 2 = 2nd field in query...etc.

Next, click to Format tab. If you have 5 fields in the query, enter 5
into column count. Then set the widths. Let's say the first field is an
autonumber field and you don't want to display it. The other 4 are 1
inch in width. Enter
0;1;1;1;1
into the ColumnWidths row.

Nov 13 '05 #4
Sorry.,,,I gave you a bum steer...

From the Design View of the form....click View...Toolbox (unless its already
visible)
At the top (floating Menu) or at the left (toolbar menu) there is an
arrow...and a wand with stars coming from it...that's the Control Wizards..
Make sure the Wand is clicked ...then add a combo box and see it go to work.

Mal.

"Salad" <oi*@vinegar.com> wrote in message
news:Hj******************@newsread2.news.pas.earth link.net...
Phil wrote:
I am not seeing any lightning bolt on any tool bar, but I can't find where it is to install on the tool bar. I presume at some point when I try to
turn a field into a combo box, I click the wizard and it assists? Sorry for the naive questions, but quite new at this.

- Phil

"Mal Reeve" <lo*****@earthlink.net> wrote in message
news:Ny*****************@newsread2.news.atl.earthl ink.net...
Its the number of colums displayed, as well as their size (ie. you can


have
2 columns - id & actual value -but have sizes of 0" & 2"...to hide the
number, show the value)
BUT
the easiest way is to make sure that the wizards are turned on (Lightningbolt button in toolbar) then when you place a combo box the wizard will


walk
you through all of it.

Mal.
"Phil" <p.*****@comcast.net> wrote in message
news:JECCc.171675$Ly.137257@attbi_s01...

As a new user, I was pleased I was able to build tables and connect themproperly (I think), but am having one problem on forms. How does one goabout creating a form, where on field on the form is a combo box, where

the

selections in that box are from a table? I selected Table/Query in
Properties for the combo box field. When using the combo box, all I get
are

numbers (1 - 7). I do have 7 entries in the table, but am not seeing


the
actual values. I just see the apparent corresponding numbers for those
values. How do I get the actual values (not the numbers) to show in thecombo box?

Thank you,

- Phil


Get the property sheet open for the Combo. On the Data tab, you should
see RowSource. Click on that row, then the triple-dot to update the
query of the rowsource. You can tell which column to use to store data
to the field; 1 = 1st field in query, 2 = 2nd field in query...etc.

Next, click to Format tab. If you have 5 fields in the query, enter 5
into column count. Then set the widths. Let's say the first field is an
autonumber field and you don't want to display it. The other 4 are 1
inch in width. Enter
0;1;1;1;1
into the ColumnWidths row.

Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Martin Lacoste | last post by:
Wondering if people have suggestions as to good reference sources for Access 2000 for an (almost..) intermediate user? It appears as though books along the lines of 'Access for Dummies' are way...
1
by: Rhy Mednick | last post by:
I'm creating a custom control (inherited from UserControl) that is displayed by other controls on the form. I would like for the control to disappear when the user clicks outside my control the...
2
by: Technical Group | last post by:
Friends, Can anybody help me out by sending a piece of C# code showing how to add an active directory user to a particular user group? If the group does not exist, then create it. Thanks in...
5
by: Stephen | last post by:
Could someone please help me with some validation. I have to write code which checks to see whether a dropdown list is populated with a value or a checkbox is checked. I want the code to run on the...
15
by: Tom Nowak | last post by:
I am writing a webapp in which a user is required to enter a login id and password on a login form. I have forms authenticaion coded in my web.config. Once the user is logged in, I want to use the...
9
by: Charles Law | last post by:
I have a form on which user controls are placed at runtime. When a control is added to the form a handler is added for an event that a high-level object raises, which must be handled by the new...
12
by: Michael | last post by:
Please Help me. I've got a .Net 2003 program that attaches to a SQL Server machine and I'm getting the above error when a user tries to log in. The SQL server is setup to use Windows Auth. and I...
2
by: Mark Roughton | last post by:
I have a form where the users need to view records for various criteria, one of which is a date field on which they may wish to view all related data for the selected date, for all dates upto and...
3
by: Terry Olsen | last post by:
I'm trying to add a domain user to a local group using the code below: Dim LCL As New DirectoryEntry("WinNT://" + Environment.MachineName + ",computer") Dim DOM As New...
4
by: Kerem Gümrükcü | last post by:
Hi, the topic of this thread implies the question. Why does this happen. What can i do against it. App runs in admin context, then ii switch to user standard user context and open a form with...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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.