TaintedFlames
Programmer
Hi everyone
I just made a revised version of this macro that saves all information to an SQL table. The table is quite large and 6 fields are joined to other tables. Now with my updates, I don't need some fields and I need to add new ones. Since I'm not allowed on the SQL as admin, I thought of adding an table to a network drive. Now what I did is recreate and table threw a query that gets all the useful info on my SQL table and then I have my other fields on the different table. Now I'm not too sure how to syncronise the 2 tables. And, after I made that massive query, access died on me :S.
Anyone have any ideas on a better way of doing this? Cause I'm guessing if it crashed there's something better I could be doing...
Thanks a lot.
Jay
I just made a revised version of this macro that saves all information to an SQL table. The table is quite large and 6 fields are joined to other tables. Now with my updates, I don't need some fields and I need to add new ones. Since I'm not allowed on the SQL as admin, I thought of adding an table to a network drive. Now what I did is recreate and table threw a query that gets all the useful info on my SQL table and then I have my other fields on the different table. Now I'm not too sure how to syncronise the 2 tables. And, after I made that massive query, access died on me :S.
Anyone have any ideas on a better way of doing this? Cause I'm guessing if it crashed there's something better I could be doing...
Thanks a lot.
Jay