Sunday, March 11, 2012

Creating Rept Using View

I need to create a rept using a view. No Views show up on the list when I
clicked on the View tab on "Add Table" window. I have 4 views and none of
them show up. Do I need to do anything else to have the views show up?
Please helpJust type the SQL statement straight in using the view names in the from
clause - good time to learn some SQL :-)
eg:
Select firstname, lastname
from MyView
"Tasha" wrote:
> I need to create a rept using a view. No Views show up on the list when I
> clicked on the View tab on "Add Table" window. I have 4 views and none of
> them show up. Do I need to do anything else to have the views show up?
> Please help
>

No comments:

Post a Comment