Re: Need Combo Box Help!
From: Scott (tvallery_at_columbus.rr.com)
Date: 05/15/04
- Next message: guaj1818: "Re: Lock a text field after an update"
- Previous message: Jo: "Re: iraq murder video gi head cut off"
- In reply to: Reddy: "RE: Need Combo Box Help!"
- Next in thread: Reddy: "Re: Need Combo Box Help!"
- Reply: Reddy: "Re: Need Combo Box Help!"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 15 May 2004 14:39:44 GMT
Hi Reddy!
Hey, thanks for the help, however, I think I'm still missing something. Maybe you're assuming something I should know and don't.
One person suggested typing the following in my text box Control Source: =ComboBoxName.Column(1)
Is that right? I want a value displayed in a particular text field on my form to be based upon my selection in my in the combo box I created.
I want my combo box to display one particular field...... For Instance, in my case, my combo box displays 1 column that lists book titles. Based upon the choice I make in that list of book titles I want the Author(s) of that book to appear in another text box on the same form, as well as its location in another and etc. Much like selecting a Clients name and their address, city, state, etc appear in their relative locations.
You sent me some good information which I've kept, however, I'm not sure where or how to apply that information, or if it is going to do what I need. It looks as if your command line will only list those within the same combo box and not in separate locations on the form.
I'm trying to use the Access Help, but I must not be punching in the righ information or question.
Thanks for your patience and help!
Scott
"Reddy" <anonymous@discussions.microsoft.com> wrote in message news:45FD24EC-311B-40BE-A79C-31E662CF94D2@microsoft.com...
Hi Scot,
Here is the example :
1 Combo1.Rowsource = "Select Last_Name,First_Name,Phone_No,Fax_No >From Employees"
or what ever the fields you want from the table or just give the table name, you will get the field values as is in the table.
2 Set the column count of the combo box property to 4 or how many columns you want.
3 Set the column width property to 1;1;1;1 the higher the number, the width of each column will increase.
You are done :)
- Next message: guaj1818: "Re: Lock a text field after an update"
- Previous message: Jo: "Re: iraq murder video gi head cut off"
- In reply to: Reddy: "RE: Need Combo Box Help!"
- Next in thread: Reddy: "Re: Need Combo Box Help!"
- Reply: Reddy: "Re: Need Combo Box Help!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|