Jarryd,
See answers below.
Nikos
> hi Nikos,
>
[quoted text clipped - 8 lines]
> won't be as baffling as I thought. Nevertheless, please check this thread
> in a few days cos I might not have got it right and need some more help.
I will. Don't worry about the errors, it's part of the learning process!
> So by doing it like this then there should be hardly any chance of
> contention for the main tables among the users.
Correct.
I guess it is worth doing.
> I have split the DB now and they are using the order for as I originally
> created it. At the moment they seem to be able to place orders at the same
> time without any hassle, but it is early days yet, so I will try to get this
> fixed soon.
Just a matter of probabilities. Given enough time it will happen.
What about the temp table. What if one is adding records to it
> while recoringing an order and the other clicks the save button. That will
> clear all the work the other had done. What I will do is create a table in
[quoted text clipped - 5 lines]
> of the save button. To be honest I haven't thought about it properly ye,
> but if you have a good simple solution please let me know.
True, if you put the temp table in the back end, but this is not what I
had in mind - sorry, I should have clarified. The temp table lives in
the FE, so each user's temp table is completely independent from any
other's. In theory you could use a table in the BE by adding an extra
field for username so as to avoid conflicts, but (a) local is better
form performance, and (b) adding and deleting records always causes a
certain amount of bloat, so it's better that this happens in the FE
which you can Compact on Close.
> You are right about the posting. My original post was "shared DB for the
> first time." It had been some days before I had a chance to try your
> suggestions and was worried that you would not go back to that thread. I
> also thought you might not read the formscoding NG and remember who I was if
> I just put it in there. I apologise for any confusion.
No problem, my point really was that the right NG potentially improves
your chances of getting a good answer (although in practice most of the
MVPs and other responders go through most groups, it seems...). I might
have missed it (not likely) but someone else would have picked it up!
> Thank you so much for your help.
Welcome.
> Jarryd
>
[quoted text clipped - 71 lines]
>>>
>>>Jarryd
jarryd - 22 Apr 2005 16:51 GMT
Hi Nikos,
So far I have had some minor, yet unexpected, hassles but I have managed to
get through most of what is on the main form. One thing I can't get to work
is to SetFocus to a control as part of an event. Access tells me I have to
save the field before I use the SetFocus method, Run-time error 2108.
Any ideas how I get around that?
Cheers,
Jarryd
> Jarryd,
>
[quoted text clipped - 136 lines]
>>>>
>>>>Jarryd