Viewing 3 posts - 1 through 3 (of 3 total)
I would also potentially like the user to be able to edit the column ss_prod
January 19, 2024 at 2:53 pm
#4364473
This is all the SQL table is
SELECT TOP (1000) [ss_acode]
,[ss_adesc]
,[ss_prod]
FROM [Opera].[dbo].[SalesCodes]
and i just want the User to have the Ability to populate from a nice table in SSRS
January 19, 2024 at 2:52 pm
#4364472
Im quite new to SQL so i um unfamiliar with Stored Procedues, the reason i would like to do it in SSRS is because the users do not have access...
January 18, 2024 at 5:17 pm
#4363986