主题:RowSource type的值如何与RowSource的值匹配?
请教一下高手,我想在Listbox中显示表table1中第一列col的内容
USE D:\temp\table1 ALIAS table1
SELECT table1
thisform.list1.RowSourceType= 3
thisform.list1.RowSource= "select * from table1
但是这种方法会蹦出一个表,我不希望出现这个表。请问还有什么方法可以实现功能,但是不显示table1.谢谢
USE D:\temp\table1 ALIAS table1
SELECT table1
thisform.list1.RowSourceType= 3
thisform.list1.RowSource= "select * from table1
但是这种方法会蹦出一个表,我不希望出现这个表。请问还有什么方法可以实现功能,但是不显示table1.谢谢