I am working with CRXI on SQL Server
I have this linking situation:
tableA.number=tableB.number (1:n)
tableA.number=tableC.number (1:n)
tableA.number=tableD.number (1:n)
I need data from all tables
I know I can solve this with subreports, but I want to write a stored procedure and I am completely beginner in this
Can I have some sugestions?
Thank you
I have this linking situation:
tableA.number=tableB.number (1:n)
tableA.number=tableC.number (1:n)
tableA.number=tableD.number (1:n)
I need data from all tables
I know I can solve this with subreports, but I want to write a stored procedure and I am completely beginner in this
Can I have some sugestions?
Thank you