I would like to create a combo box that would allow users to select reports.
Any suggestions?
This is for a list box, but I expect it would work with a combo box:
http://allenbrowne.com/ser-19.html
>I would like to create a combo box that would allow users to select
>reports.
> Any suggestions?
cwhitmore - 21 Mar 2007 15:15 GMT
You're right, i meant list box. Let me give it a shot. thanks for the help..
>This is for a list box, but I expect it would work with a combo box:
>http://allenbrowne.com/ser-19.html
>
>>I would like to create a combo box that would allow users to select
>>reports.
>> Any suggestions?
cwhitmore - 21 Mar 2007 16:13 GMT
your suggestion worked perfectly! Is there a way to show only the reports you
want end users to view?
>You're right, i meant list box. Let me give it a shot. thanks for the help..
>
[quoted text clipped - 4 lines]
>>>reports.
>>> Any suggestions?
BruceM - 21 Mar 2007 18:07 GMT
I couldn't say. I remember seeing the link, and I passed it along. If you
are using the first method I expect you could name the reports you don't
want people to see with a z_ prefix or something, then adding:
AND ([Name] Not Like "z_*")
If you are using the other method, I can't even hazard a guess.
> your suggestion worked perfectly! Is there a way to show only the reports
> you
[quoted text clipped - 9 lines]
>>>>reports.
>>>> Any suggestions?
cwhitmore - 21 Mar 2007 16:14 GMT
your suggestion worked perfectly! Is there a way to show only the reports you
want end users to view?
>This is for a list box, but I expect it would work with a combo box:
>http://allenbrowne.com/ser-19.html
>
>>I would like to create a combo box that would allow users to select
>>reports.
>> Any suggestions?
Just create a small query from the table where the formnames are listed.
Create the combobox and link it to this query
> I would like to create a combo box that would allow users to select reports.
> Any suggestions?