Replace a boundComboBox with CmdButtons

DaaAgent

Registered User.
Local time
Today, 11:13
Joined
Dec 5, 2005
Messages
49
Searched for Command Button & ComboBox results all above me

I have been asked to replace a bound ComboBox with command Buttons !

ID Type
1 Phone
2 Email
3 Fax
4 Website

I got as far as adding and naming the buttons so I presume I will be using the OnClick event and telling access PhoneButton = 1 EmailButton=2 and so on. After that I am lost

Help

Cheers
 
use an option group, the wizard will help you build it. you can choose buttons as part of the process.

Peter
 
Cheers Peter

I think it must be the only wizard i have never used

Thanks again
 

Users who are viewing this thread

Back
Top Bottom