Hello Community,
I am trying to import data from an Excel document into an Access database. I imported the Excel document into a table. Database is for retirement home residency application. In the Excel document table, there is a single true/false column for each tower
selection (6 in total), but in the database table I want to use I have a single lookup field for selecting the towers from a tower field.
I would like to run a simple query that checks which of the excel document table columns are set to true, then updates the tower field in the other table to include that selection. However that results in the error "An UPDATE or DELETE query cannot contain
a multi-valued field."
Basically I just need to know if there is a quick way I can import the tower selections from the excel document table so that I don't have to go through each of the 958 records selecting which towers they have applied for. Using true/false fields for each
tower would mean altering all of my queries, forms, and reports; plus that would take up more space in the already crammed reports.
Thanks.