I knew how to use combo box to read the database in Microsoft access, let say I have 7 option and I can make it into conbo box. But now I want the 7 option in the form of button (means got 7 button). Can anyone help ??
While (acsdr.Read())
ComboBox1.Items.Add(acsdr("tableno"))
End While