M
mission2java_78
Guest
We have several apps in ms access where we have say a customers table being shared. We recently have developed several apps in other dbs such as sql server. The customer data is needed in SQL server...but is it really that good of an idea to link tables from access to sql server? Can you do that? Or should it be the other way where I need to port all the current data from MS access and then link my access customers table from the sql table.
The reason for this is we are going to get our customers data from SAP now. I will need to parse the data from a CSV file and store it in the table. Should I just store it in my SQL Server customers table and then create a link to our access apps? Will the code in access be ok if I do this?
Thanks,
Jon
The reason for this is we are going to get our customers data from SAP now. I will need to parse the data from a CSV file and store it in the table. Should I just store it in my SQL Server customers table and then create a link to our access apps? Will the code in access be ok if I do this?
Thanks,
Jon