John said:
WHAT!?
You're seriously mistaken here, Snaux. Or tens of thousands of
frontend/backend databases all over the world must be working by
magic...
My bad; I've been up all night helping my ex with her disertation.
QUALIFIER: tables linked to SOME external resources can't be updated,
at least easily. Obviously, linking to "real" external databases works
just fine. The problem arises with non-database data sources, such as
text files or spreadsheets. You can still do it with patience and VBA,
but read/write with pure Access to some data types is difficult, if not
impossible, unless there's some miracle command I've missed. Which
still doesn't make any since since Access can output to Excel format
anyways, but now we're back to that thousand-monkey theory again.
Regarding Continuous/NonContinuous forms: I think the MS Help pages
said something about using Continuous to list your results, then
clicking on a result would open up another non-continuous, but
editable, form to do your dirty work. Personally, I hate the extra
step, and want to simply edit my data en masse, but since following
their advice many little quirks have gone away.
I had a similar problem about a month ago; everything was working fine
until enough records got added that the scrollbars got triggered. At
that point, Access started "fixing things" for me, like not showing all
the records and treating dynasets like snapshots. My personal favorite
was when all the fields would allow you to edit them, but they'd revert
to original data when you left the field... and it would only happen
when scrollbars would have been made visble by the number of results
returned. Thousand Monkeys... go figure.
Which leads to another chunk of advice: COMPACT AND REPAIR *OFTEN*....
put it in your closedb routine if you must, or put it on a daily timer,
but do it... it fixes all sorts of weirdness.