G
Gulf Coast Electric
I have a form that with a drop down list and I only want it to show OnClick
4 records.
I tried entering 4 in the List Rows, this did not work.
If (gBol_UseErrorHandler = TURNED_ON) Then
On Error GoTo Error_Handler
End If
Forms!subfrmIncSubCat.Section(3).Visible = False
UpdateIncTable
Exit_cboIncSubCat_Click:
Exit Sub
Error_Handler:
ErrMessage "", (Me.Name & ".cboIncSubCat_Click")
Resume Next
4 records.
I tried entering 4 in the List Rows, this did not work.
If (gBol_UseErrorHandler = TURNED_ON) Then
On Error GoTo Error_Handler
End If
Forms!subfrmIncSubCat.Section(3).Visible = False
UpdateIncTable
Exit_cboIncSubCat_Click:
Exit Sub
Error_Handler:
ErrMessage "", (Me.Name & ".cboIncSubCat_Click")
Resume Next