Hello. Thanks in advance for any help.
I need to have a sproc that takes a customer ID and a date and generates a dataset based on the inputs and their values in a benefit table and some calculations based on these fields and then inserts the dataset into the billed charges table.
I'm converting an access front end/sql back end database to have a .net front end. Access takes the initial data and populates a local table, then based on the user inputs, populates another table and post the data from the second table to the billed charges table on SQL Server. I'd like to do all of this in a sproc.
Any brilliant ideas?
Thanks!
Kimberly
I need to have a sproc that takes a customer ID and a date and generates a dataset based on the inputs and their values in a benefit table and some calculations based on these fields and then inserts the dataset into the billed charges table.
I'm converting an access front end/sql back end database to have a .net front end. Access takes the initial data and populates a local table, then based on the user inputs, populates another table and post the data from the second table to the billed charges table on SQL Server. I'd like to do all of this in a sproc.
Any brilliant ideas?
Thanks!
Kimberly