D
DS
I have this code on a command button on the main form "DaysTerm"
The field "StartDay" is a combobox, column1 is ID, column2 is Day on the
SubForm..."DaysTermSub".
When I try to run it I get a message "Does not apply to Object"
I really want it to be like the Query by Selection where yo click on the
field and you can Filter things like that. But if I get it to work on
this one field I'll be happy!
Thanks
DS
Forms!DaysTerm.DaysTermSub.Form!Filter = "StartDay = " &
Forms!DaysTerm.DaysTermSub.Form!StartDay
Forms!DaysTerm.DaysTermSub.Form!FilterOn = True
The field "StartDay" is a combobox, column1 is ID, column2 is Day on the
SubForm..."DaysTermSub".
When I try to run it I get a message "Does not apply to Object"
I really want it to be like the Query by Selection where yo click on the
field and you can Filter things like that. But if I get it to work on
this one field I'll be happy!
Thanks
DS
Forms!DaysTerm.DaysTermSub.Form!Filter = "StartDay = " &
Forms!DaysTerm.DaysTermSub.Form!StartDay
Forms!DaysTerm.DaysTermSub.Form!FilterOn = True