|
-
Sep 10th, 2001, 01:27 PM
#6
Thread Starter
Member
Cool! That worked great. Do you know how to do it for a list box too. Here is what I have, but it didn't work.
'Loading rates
Set m_oRecord = m_oConnect.GetRate
'As long as we have something...
cbStartRate.Text = Format(cbStartRate.Text, "0.000")
While Not m_oRecord.EOF
cbStartRate.AddItem m_oRecord.Fields(0).Value
m_oRecord.MoveNext
Wend
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
|