|
-
Jul 11th, 1999, 09:26 PM
#2
Lively Member
If you are using a datasource, then set the DataMember, DataSource, RowSource, and ListField Properties of the DBCombo.
If you are accessing you database through code: ie Dim x as databaseobject then you could use a regular combo box and then using a while loop, use additem method to add the courses to the combo box:
while not recordsetobject.eof
combo1.additem recordsetobject!fieldname
recordsetobject.movenext
loop
HTH
Preeti
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
|