why do I have to have the table files.xls open in memory to query

T

TAD from DBL

I have data tables in separate excel files and I query them from other .xls
files in database functions like dsum, dget, davg.

Should I have to have those data files open even when they are in the same
directory? I thought my database functions like dsum, etc., would just go
out and get the data from the excel tables in the same directory without
opening them. Why won't it do that?
 
Top