|
-
Feb 8th, 2000, 07:41 PM
#1
Thread Starter
Lively Member
Hi, folks!
How are you?
I have a form to receive equipment data. These data are: EquipmenteGroup, EquipmentTAG and EquipmentDescription.
I'm using a DataCombo Control to deal with the EquipmentGroup. The Datacombo displays data from the EquipmentGroup Table, so the user can pick out the Equipment from the list, before adding the other data.
I could see that the DataCombo displays the field that are in its ListField Property. Is there any way I can display 2 columns? I'd like to show the user the GroupCode and the GroupDescription from the GroupTable. And I also would like the DataCombo to keep storing in the EquipmentTable (Group field), only the GroupID (which is a number, the primarykey from the GroupTable).
Do you see what I mean?
These are the DataCombo object data properties:
BoundColumn - GroupID 'Field from the Group Table
DataBindings
DataField - Group 'Field from the Equipment Table
DataFormat
DataMember
DataSource - DataEquipment 'Connected to the EquipmentTable
ListField - GroupCode
RowMember
RowSource - ADODataGroup 'Connected to the GroupTable
Thanks in advance for any suggestions or ideas,
Roselene
[This message has been edited by Roselene (edited 02-09-2000).]
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
|