D
DontellTrevell via AccessMonster.com
Help Help!!
I have a combo box named cboALPHA with 5 records. The 5 "unique" records are:
AAA; BBB; CCC; DDD; EEE.
I want the user to get a MsgBox when any of the 5 records are chosen. The
cboALPHA needs to look into a table where the 5 unique records are stored.
The table name of the 5 records is: tblALPHA.
So, when the user chooses one of the unique five, MSGBOX should say; "this
record already selected.
I have a combo box named cboALPHA with 5 records. The 5 "unique" records are:
AAA; BBB; CCC; DDD; EEE.
I want the user to get a MsgBox when any of the 5 records are chosen. The
cboALPHA needs to look into a table where the 5 unique records are stored.
The table name of the 5 records is: tblALPHA.
So, when the user chooses one of the unique five, MSGBOX should say; "this
record already selected.