Iceman Solope
10-12-2004, 10:01 AM
Hi there,
I have a little problem with access 2002, I have a combobox and this combo is populate by dates stored on a table, all seems fine, but the problem is that the table that populate this combo is in other access file.
when the table was in the same file that the form I just use the SQL query generator and make me this sql
SELECT DISTINCT tblTarifas.dates FROM tblTarifas ORDER BY tblTarifas.dates;
But somebody know how can I tell to Access that tblTarifas are on a different Access file?
any suggestions I'll appreciated it
I have a little problem with access 2002, I have a combobox and this combo is populate by dates stored on a table, all seems fine, but the problem is that the table that populate this combo is in other access file.
when the table was in the same file that the form I just use the SQL query generator and make me this sql
SELECT DISTINCT tblTarifas.dates FROM tblTarifas ORDER BY tblTarifas.dates;
But somebody know how can I tell to Access that tblTarifas are on a different Access file?
any suggestions I'll appreciated it