I'm trying to add a command button to my form that allows me to give the user the ability to click on it and view information on the model they choose. For example:
If the user selects a Ford Mustang from a combo box (cboModel), then the command button compares the selection the user made to the model table (tblModel). From there the command button sends you to the hyperlink of the model you chose. The table has the models listed as well as the hyperlinks in another field.
Thanks