Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ComboBox and Continuous Form

Status
Not open for further replies.

TheRealDeal

Technical User
Nov 16, 2001
187
US
Is it possible for me to use comboboxes like I have in Access that allow for multiple columns and how would I create continuous forms in VB 6.0 like I can easily create in Access?
 
There is lots of info on Combo Box properties in VB help(including multi-column). To my knowledge there is no such thing as a continuous form in VB like in Access; if you only need a few forms maybe MDI would work for you?

The Microsoft mascot is a butterfly.
A butterfly is a bug.
Think about it....
 
OOPS! I never use continuous forms in Access. If you need to display all records from a table/recordset in a form, check into the ADO DataControl, or any VB programming guide on navigating a recordset & displaying data....

Good Luck!
-Geno

The Microsoft mascot is a butterfly.
A butterfly is a bug.
Think about it....
 
Have a look at the DataRepeater control. There is an example and some worked code in VBHelp

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top