Hello. I ran into an issue that I thought was going to be a simple fix but I just can't seem to get it to work.
I have an old Access 2013 db and I'm trying to add a new file/table that has a field with comma delimited years. For example, "2016, 2019, 2020". When importing via a macro I'm getting a Type Conversion Failure error and the application only imports records where that field has a single value (for example, "2016").
I've tried the Text and Memo data types but the error persists. Is there an obvious answer to this that I'm simply overlooking? Any help would be appreciated.