wizcow
Registered User.
- Local time
- Today, 00:20
- Joined
- Sep 22, 2001
- Messages
- 236
Hi
When a certain person is selected from a SalesPerson combobox
on the main form, I want the subform to enlarge.
I have tried using an If statement on the afterupdate of the combobox but it doesn't work.
Private Sub SalesPerson_AfterUpdate()
If SalesPerson = 2 Then
InvoiceSub.top=1.8
End If
End Sub
Help
Tom
When a certain person is selected from a SalesPerson combobox
on the main form, I want the subform to enlarge.
I have tried using an If statement on the afterupdate of the combobox but it doesn't work.
Private Sub SalesPerson_AfterUpdate()
If SalesPerson = 2 Then
InvoiceSub.top=1.8
End If
End Sub
Help
Tom