|
-
Nov 5th, 2000, 10:06 AM
#1
Thread Starter
Fanatic Member
How can I populate a list box with the info from a database field.
Thanks
JO
-
Nov 5th, 2000, 03:23 PM
#2
_______
<?>
Assuming you know how to open a database and set your data controls.
While Not Data1.Recordset.EOF
List1.Additem Data1.Recordset!databaseFieldName
Data1.Recordset.MoveNext
Wend
then close up shop and be on about your business
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 6th, 2000, 10:40 AM
#3
Thread Starter
Fanatic Member
Re: <?>
Thanks-a-bunch
I get an error when I put that in the Form_Load event but it works with a Command_Click. Any ideas on how to use this in the Form_Load event
-
Nov 6th, 2000, 10:51 AM
#4
Frenzied Member
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Nov 6th, 2000, 10:55 AM
#5
Thread Starter
Fanatic Member
That works, I appreciate it
JO
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
|