D
Denver
Hi,
I have unbound Combo11 with Row Source
SELECT [Name] FROM MSysObjects WHERE [Type]=5 AND [Name] LIKE "wk*"
ORDER BY [Name];
I want that when I click from Combo11 then click on my Combo11 it will
display the report. Like when I click from Combo11 wk25 then I click on
cmdReport it will change the record source of a report name Exception Items
of PMCC2 and display data that are for wk25. Or when I click on wk15 he will
change the record source of a report Name Exception Items of PMMC2 and
display that data that are for wk15 without clicking design view and do
manual changing record source.
is this possible? How would I write my code?
thanks for any help
I have unbound Combo11 with Row Source
SELECT [Name] FROM MSysObjects WHERE [Type]=5 AND [Name] LIKE "wk*"
ORDER BY [Name];
I want that when I click from Combo11 then click on my Combo11 it will
display the report. Like when I click from Combo11 wk25 then I click on
cmdReport it will change the record source of a report name Exception Items
of PMCC2 and display data that are for wk25. Or when I click on wk15 he will
change the record source of a report Name Exception Items of PMMC2 and
display that data that are for wk15 without clicking design view and do
manual changing record source.
is this possible? How would I write my code?
thanks for any help