I think my database may have hit the 2gb limit, what damage has been done?
Some background:
I have made a reporting/processing suite in access that links to other databases/ODBC for its data,
About a year ago I hit the limit while messing with importing tables etc and it deleted all the VBA modules out and left the tables corrupted, I had backups but lost a days work which was a pain,
Since then I tend to take a copy every time I finish a feature, how ever yesterday i implimented a rather large feature so dont have a backup of it,
Today i noticed all the temp tables had dissappeared from the database, the only strange behavior yesterday was a string in a query that worked fine suddently started giving errors but i think i'd made an error in a function the query was calling elsewhere and for some reason this string was giving the error.
So assuming all the VBA code still looks to be present, along with forms and queries do you think i've got away with it and can continue using it?