06-27-2014, 07:51 PM
Hi,
In an effort to give all users the ability to use certain data scenarios. I want to develop a function for a user to take a data scenario off their datasheet and write it to our access database for others to use. Then assign it a data scenario number (which is just the PK number in our db) in our access database and return it to a column in the datasheet.
So datasheet --> database --> returns scenario # to user in datasheet
The formatting will be identical (as far as column names). So i assume i need a sql string to change dynamically so it can write the correct fields to the access db.
Just not sure exactly how to go about starting this as the function will have to be quite dynamic. Has anyone done this before? Perhaps im over complicating it
Thanks!
In an effort to give all users the ability to use certain data scenarios. I want to develop a function for a user to take a data scenario off their datasheet and write it to our access database for others to use. Then assign it a data scenario number (which is just the PK number in our db) in our access database and return it to a column in the datasheet.
So datasheet --> database --> returns scenario # to user in datasheet
The formatting will be identical (as far as column names). So i assume i need a sql string to change dynamically so it can write the correct fields to the access db.
Just not sure exactly how to go about starting this as the function will have to be quite dynamic. Has anyone done this before? Perhaps im over complicating it
Thanks!