Sorry, you can't. Access 2000 thru 2007 hold up to 2GB total, but that
includes system tables, data pages, etc. Your data file won't fit.
You can install SQL Server Express, which holds up to 4GB of data (besides
logs, system tables, etc). Link to a table in SQL Server Express from Access
2003 with an ODBC connection. Import into Access with the import text wizard
using that linked table.