M
Mota
Hi;
I have a growing mdb file that may reach to 2 Giga byte in the next few
months.Can i keep suspicious tables in a separate file,and be sure that
would not face to the size limitation problem in the future?In this case i
have to use that tables thru this method:
Set DB=OpenDataBase("DBfullPath"),and search them thru Find method of DAO
recordsets,without linking to them.
In fact,if the limitation is just for a file,this must solve my problem.But
if it pertains to the Access itself or Microsoft Jet DBEngine,i dont know
what to do.
Do you have any better comments other than avoiding big tables? (for we need
to collect that data)
Thank you for your help.
I have a growing mdb file that may reach to 2 Giga byte in the next few
months.Can i keep suspicious tables in a separate file,and be sure that
would not face to the size limitation problem in the future?In this case i
have to use that tables thru this method:
Set DB=OpenDataBase("DBfullPath"),and search them thru Find method of DAO
recordsets,without linking to them.
In fact,if the limitation is just for a file,this must solve my problem.But
if it pertains to the Access itself or Microsoft Jet DBEngine,i dont know
what to do.
Do you have any better comments other than avoiding big tables? (for we need
to collect that data)
Thank you for your help.