|
-
May 22nd, 2000, 10:21 PM
#1
Thread Starter
Addicted Member
Can anyone tell me how to use a combo box with an access database.
Presently I have the data from a table showing in a text box. I want to show this data in a combo box ( The field entry which will show in this box has only six possible entries).
I would also like to use this box to select one of the possible entries when entering a new record.
Any ideas?
Mark
-
May 23rd, 2000, 09:04 AM
#2
Addicted Member
Just find a combobox on your toolbar, put it on your form and set the datasource property to your data control. Use a query to fill the list.
If you use lookup a table, use the DBcombo variant, this lets you specify the ListSource property which should point to a data control looking at your lookup table.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|