ParkerWrecker
Programmer
i have here a form which supposedly will display the Password of a Computer on a label - as the user select a specific ComputerName from the Combobox by clicking a button,
how can i entirely get the records of the field(ComputerName), to display in a (Simple)Combobox (cmbComputerName).
as i have connect the ADO to the (simple)Combobox, the number of recs it can only display at a time is only one. How can i make the combobox display all of it at the same time.
table(DtaEntries)
fields(ComputerName, NPassword)
Combo1(cboComputerName)
Command1(cmdView)
label(lblPassword)
how can i entirely get the records of the field(ComputerName), to display in a (Simple)Combobox (cmbComputerName).
as i have connect the ADO to the (simple)Combobox, the number of recs it can only display at a time is only one. How can i make the combobox display all of it at the same time.
table(DtaEntries)
fields(ComputerName, NPassword)
Combo1(cboComputerName)
Command1(cmdView)
label(lblPassword)