andyswinburne
Registered User.
- Local time
- Today, 15:28
- Joined
- Sep 29, 2003
- Messages
- 22
Hi,
I have a form with a combo box (CmbTeamSelector) of ID's of teams which is used to filter the from with the ID selected using the code below:
DoCmd.ApplyFilter , "TeamID = " & CmbTeamSelector
I want to use this form as a sub form, but when i try this filter i get the error:
The action or method is invalid becasue the form or report isn't bound to a table or query.
The control sources are correct and the fields are from mixed tables, any ideas?
cheers
Andy
I have a form with a combo box (CmbTeamSelector) of ID's of teams which is used to filter the from with the ID selected using the code below:
DoCmd.ApplyFilter , "TeamID = " & CmbTeamSelector
I want to use this form as a sub form, but when i try this filter i get the error:
The action or method is invalid becasue the form or report isn't bound to a table or query.
The control sources are correct and the fields are from mixed tables, any ideas?
cheers
Andy