Import to exsisting table

R

rciolkosz

Why would I not have the option to import an excel file into an exsisting
table drop down?
 
M

Maurice

Because a table 'dropdown' as you call it always depends on a source which in
most cases is a select statement or a table. So to use the excel data first
import it into a table and use that table as the source for your table
'dropdown'.
 
Top