Hello,
I have an excel sheet with two tabs. I also have an access database.
Excel [Tab 1] is a listing of manually entered items (ID, Type, Assigned To, Objective, Status, Name, etc.). Excel [Tab 2] simply is a reference table from [Tab 1]; and has some formulas related to [Tab 1]. [Tab 2] was built to be imported into my access file, and only holds the pertinent info we need (only 5 columns).
Two of the columns in [Tab 2] have an IF formula as such. =IF(Tab1!A5="","",Tab1!A5) and =IF(Tab1!D5="","",Tab1!D5). So, basically if there is no value in [Tab 1], it just shows as a blank in [Tab 2]. This works all well in excel with no issues; it is when I import this file into access is my issue.
When I run the SavedImport Command in Access...I am getting a Type Conversion Error on those rows where I have a blank in my [Tab 2]. One field is a date, on field is a text field. Does this make sense? How do I fix it.
I have an excel sheet with two tabs. I also have an access database.
Excel [Tab 1] is a listing of manually entered items (ID, Type, Assigned To, Objective, Status, Name, etc.). Excel [Tab 2] simply is a reference table from [Tab 1]; and has some formulas related to [Tab 1]. [Tab 2] was built to be imported into my access file, and only holds the pertinent info we need (only 5 columns).
Two of the columns in [Tab 2] have an IF formula as such. =IF(Tab1!A5="","",Tab1!A5) and =IF(Tab1!D5="","",Tab1!D5). So, basically if there is no value in [Tab 1], it just shows as a blank in [Tab 2]. This works all well in excel with no issues; it is when I import this file into access is my issue.
When I run the SavedImport Command in Access...I am getting a Type Conversion Error on those rows where I have a blank in my [Tab 2]. One field is a date, on field is a text field. Does this make sense? How do I fix it.