B
BananaRepublic
So I'm a bit stumped. Reading various threads, I'm basically not sure what
would be the best approach in my case.
The project requires that I be able to do transactional processing across
more than one records. I am not sure how this will work with Access, which
handles transaction pretty well within single record, but once you need to
treat several records insert and/or update as single transaction, I don't
know how this can be done without using unbound forms, and I have a feeling
that using unbound forms would basically defeat the point of using Access.
Also, I was planning on using indirect replication as this will be used
across WAN, but according to what I'm reading, it isn't recommended when I
want to use transactions.At this point, I'm feeling like I'm between a rock
and a hard place. The only reason I want to use Access is because I simply
want to develop the front end client and be done with it; I do not have time
& resources to invest in a proper .exe application, but need some more
controls over the bound forms, if that's possible.
Should I grin and bear the unbound forms where I really need multi-records
transactions and use bound forms for the rest (that doesn't really resolve
the problem of not being able to use indirect synchronization), or is there
an way I didn't think about before?
TIA.
would be the best approach in my case.
The project requires that I be able to do transactional processing across
more than one records. I am not sure how this will work with Access, which
handles transaction pretty well within single record, but once you need to
treat several records insert and/or update as single transaction, I don't
know how this can be done without using unbound forms, and I have a feeling
that using unbound forms would basically defeat the point of using Access.
Also, I was planning on using indirect replication as this will be used
across WAN, but according to what I'm reading, it isn't recommended when I
want to use transactions.At this point, I'm feeling like I'm between a rock
and a hard place. The only reason I want to use Access is because I simply
want to develop the front end client and be done with it; I do not have time
& resources to invest in a proper .exe application, but need some more
controls over the bound forms, if that's possible.
Should I grin and bear the unbound forms where I really need multi-records
transactions and use bound forms for the rest (that doesn't really resolve
the problem of not being able to use indirect synchronization), or is there
an way I didn't think about before?
TIA.