Monday, March 19, 2012

A table within a table

Does anyone know how to put a table within a table? I need to use
multiple datasets within one table, but since it will only let me put
one dataset within the table, I am trying to put a table within a table
but I can't get it to work. Thank you for any help that you can give!What are you trying to accomplish? Maybe there's another way...
"KimB" wrote:
> Does anyone know how to put a table within a table? I need to use
> multiple datasets within one table, but since it will only let me put
> one dataset within the table, I am trying to put a table within a table
> but I can't get it to work. Thank you for any help that you can give!
>|||Hi! Actually, the stored procedures were already given to me and I have two
rows to put in my report, with row one coming from one procedure, and row two
coming from the other procedure. I did try putting a list within the table
and the list let me use a different data set than the table was...I know
that the table within a table should let me use different data sets, but I
havent been able to figure it out. Thank you for responding!
"daw" wrote:
> What are you trying to accomplish? Maybe there's another way...
> "KimB" wrote:
> > Does anyone know how to put a table within a table? I need to use
> > multiple datasets within one table, but since it will only let me put
> > one dataset within the table, I am trying to put a table within a table
> > but I can't get it to work. Thank you for any help that you can give!
> >
> >|||I haven't really used temp tables, but could you combine the data from the
two stored procedures into a temp table and use that as your data set?
"KimB" wrote:
> Hi! Actually, the stored procedures were already given to me and I have two
> rows to put in my report, with row one coming from one procedure, and row two
> coming from the other procedure. I did try putting a list within the table
> and the list let me use a different data set than the table was...I know
> that the table within a table should let me use different data sets, but I
> havent been able to figure it out. Thank you for responding!
> "daw" wrote:
> > What are you trying to accomplish? Maybe there's another way...
> >
> > "KimB" wrote:
> >
> > > Does anyone know how to put a table within a table? I need to use
> > > multiple datasets within one table, but since it will only let me put
> > > one dataset within the table, I am trying to put a table within a table
> > > but I can't get it to work. Thank you for any help that you can give!
> > >
> > >|||I have the same problem too, the only difference is I have 20 stored
procedures to call for my 20 different tables.
"daw" wrote:
> I haven't really used temp tables, but could you combine the data from the
> two stored procedures into a temp table and use that as your data set?
> "KimB" wrote:
> > Hi! Actually, the stored procedures were already given to me and I have two
> > rows to put in my report, with row one coming from one procedure, and row two
> > coming from the other procedure. I did try putting a list within the table
> > and the list let me use a different data set than the table was...I know
> > that the table within a table should let me use different data sets, but I
> > havent been able to figure it out. Thank you for responding!
> >
> > "daw" wrote:
> >
> > > What are you trying to accomplish? Maybe there's another way...
> > >
> > > "KimB" wrote:
> > >
> > > > Does anyone know how to put a table within a table? I need to use
> > > > multiple datasets within one table, but since it will only let me put
> > > > one dataset within the table, I am trying to put a table within a table
> > > > but I can't get it to work. Thank you for any help that you can give!
> > > >
> > > >

No comments:

Post a Comment