ssrs 2008 cascading parameters

喜你入骨 提交于 2019-12-02 03:48:55

You are missing the column names. Try with:

SELECT 
' ' as Date_Lab_Test_Ordered, ' ' as Ordering_Provider, ' ' as Provider_Specialty, 
' ' as Provider_Contact, ' ' as Desc_of_Order, ' ' as Date_Order_Filled, 
' ' as Date_Receipt_Verified

After looking at different forums and talking with several IT professionals, I have desided to create two seperate forms. One for the insert and one for the update as SSRS does not seem to have the functionality to do a single form.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!