且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用两个字段的数据更新组合框

更新时间:2023-11-09 21:37:34

Tim,


你可以参考使用cbMyComboBox.Column(0)[第一个字段],cbMyComboBox.Column(1)[第二个字段]等组合框中名为cbMyComboBox的多个字段
Tim,

You can refer to multiple fields within a combo box named cbMyComboBox using cbMyComboBox.Column(0) [first field], cbMyComboBox.Column(1) [second field], etc.


Hi Steve


多亏了这一点,但不是100%肯定如何实现这一点。目前,我只是想放一个分隔符,因为我不想在我的组合框中有两列,只有一个。


目前,我的代码是
Hi Steve

Thanks for this, but not 100% sure how to implement this. At present, I am just trying to put a separator in, as I do not want 2 columns in my combo box, just the one.

At present, my code is
展开 | 选择 | Wrap | 行号


Tim,我迷失在你想要完成的事情上。如果我能帮忙,我需要更大的图片。你的银行表是什么样的(其中的字段)以及你想让用户做什么?


Steve
Tim, I''m getting lost on what you are trying to accomplish. If I can help I''ll need a bigger picture. What does your Bank table look like (fields in it) and what are you trying to allow the user to do?

Steve