Hi all
My project is a bit like eating an elephant, and I am about to take the first bite!
I have built a number of Access databases over the last 4 years which support our local Production reporting, these work well and are within the scale supported by Access. However, my boss does not want to move forward with the Access platform. He wants me to redevelop the applications into one SQL database, which will have a new, and yet to be identified back end (something like clickview). Once developed we want to roll out the application to the rest of our group.
The tables in my database will mainly be populated from our ERP system. The tables will either be master files, or transactions for a given range of dates. The master files I will want to append and update records (just in case we ever do any file maintenance). The transaction data I will be deleting the date range from the SQL table then appending the selected data. We will probably want to execute the loading of the data from a form (written in Visual Basic) which the user will supply a range of dates.
My problem is that I am an Accountant by training, and am self taught in Access, VBA and some other programming languages; I have no training in SQL Sever, other than loading the Developer Edition on my PC and following the basic tutorials. So I am hoping that you good people on this forum can point me in the right direction from time to time.
Firstly, is SISS the right place to start to design the loading of my data The current Access databases that I have use ODBC links to our ERP system to collect data, which then I have to transform, normally with User defined functions written in VBA. Can I write user defined functions to use in SISS I could replace some functions with look up tables, but I don’t really want to do this. I am starting with the basic master file load, I have created the connection to the first table that I want to use, but I am now a little bit stuck. Any advice ( other than don’t do it ) would be very welcome.
Regards
ADG

Help please - New user
R3dD0g
Renan Souza
EWANAME
Many thanks
The script component was just what I needed, I was not aware of VSA. Using the script component I was able to sort out my problem with the tutorial where there was a date problem. I think VSA will solve the majority of my data import issues.