![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What is wrong with the following code? I am trying to filter a form based on the selection of a combobox named cblPRD Dim currentFilter currentFilter = "[prdID] = '" & Me!cboPRD & "'" Filter = currentFilter DoCmd.ApplyFilter , Filter When the code executes, I trap and receive the following error... Error Number: 2501 Error Description: The ApplyFilter action was cancelled |
#3
| |||
| |||
|
|
What is wrong with the following code? I am trying to filter a form based on the selection of a combobox named cblPRD Dim currentFilter currentFilter = "[prdID] = '" & Me!cboPRD & "'" Filter = currentFilter DoCmd.ApplyFilter , Filter When the code executes, I trap and receive the following error... Error Number: 2501 Error Description: The ApplyFilter action was cancelled |
![]() |
| Thread Tools | |
| Display Modes | |
| |