![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All With the exception of one combobox: Is there a way of disabling all other controlfields on a form without listing all of them individually. Also, where would be the best place to seat it... On_Load() On_Current() On_Open() On_Activate() I will be able to activate those controls and fields I want based on the users combobox selection. TIA Mick. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Oops.!! |
|
forgot to add this. I placed this in the After_Update() of my Customer Type combo. Private Sub cboCustType_AfterUpdate() * * If Me.txtCustTypeID = 1 Then * * * * * Call modCustomerType.General_Client * * Else * * * * Call modCustomerType.Business_Client * * End If End Sub Cheers Mick. |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |