Hello
I have a link from Excel to access which creates an (Excel) table in access and we have built a report in access, but every time we update the excel file, the type of some fields in the table changes and we can't print the report properly. (I have numeric fields, text fields, date, alfanumeric....I tryed to make them all type text but they change when link)
I have no experience in Access or VBA but I want to do the link (or something else) between Excel and Access programatically somehow, to be sure that we can print the report from Access,no matter the type of data in Excel.
We want as well to keep all the records in an Access table, and delete the content of Excel file. I have created an append query but when we add records to the excel file, I get error like Numeric overflow so this doesn't work neither
Then we want to be able to bring back a record in order to modify it.
Maybe I ask too much but can somebody help me and give me some code I could write in VBA?
Thank you
I have a link from Excel to access which creates an (Excel) table in access and we have built a report in access, but every time we update the excel file, the type of some fields in the table changes and we can't print the report properly. (I have numeric fields, text fields, date, alfanumeric....I tryed to make them all type text but they change when link)
I have no experience in Access or VBA but I want to do the link (or something else) between Excel and Access programatically somehow, to be sure that we can print the report from Access,no matter the type of data in Excel.
We want as well to keep all the records in an Access table, and delete the content of Excel file. I have created an append query but when we add records to the excel file, I get error like Numeric overflow so this doesn't work neither
Then we want to be able to bring back a record in order to modify it.
Maybe I ask too much but can somebody help me and give me some code I could write in VBA?
Thank you