Dim s As string
For Each dt As DataTable In DataTables
s+ = "|" & dt.Name
Next
Forms("窗口1").Controls("ComboBox1").ComboList = s