WhiteZiggy
Programmer
I want to get all the reports in my db into a recordset so I can poplate a drop down.
Any ideas on how to get this info? I could make it a table, but then i have to update it.
I would prefer to do something like
rsReports = currentdb.listreports
(I know thats not real, but just as an example)
I can hardcode if i need .. Just curious if there's a way to get all the reports from the db at runtime..
Thanks..
Any ideas on how to get this info? I could make it a table, but then i have to update it.
I would prefer to do something like
rsReports = currentdb.listreports
(I know thats not real, but just as an example)
I can hardcode if i need .. Just curious if there's a way to get all the reports from the db at runtime..
Thanks..