Re: disjoint modifiable recordset?




http://groups.google.com/group/comp.databases.ms-access/browse_thread/thread/93e4f6ffe09e4e78/6bd42d761a4f06fe?lnk=st&q=ms+access+form+recordset&rnum=2#6bd42d761a4f06fe

it can be done - as per above link

also from same post
> .CursorLocation = adUseClient
> .LockType = adLockOptimistic
the above does a good job of it, even thought the recordset is
connected. i'll stick to this method.
in so far as data inconsistency is concerned, it will be very very
minimal for my application - so it won't be a problem. :)

is it possible to get this behavior from access forms direct???

thanx
riyaz

.