R
Ra
I am designing this new split db using ado. I have the back-end (tables) on
the common drive, and individual front ends with linked tables on multiple c
drives for various users. I have a few questions: 1) can I connect once using
the Form_Load event, then do all my data manipulations on that form? Right
now I connect on every procedure associated to that form, which is repetitive
lines of code. I tried to connect once, but then when I run the next sub it's
asking for a new connection. (is that the answer...). 2) I have a datasheet
subform in a form, and I use text boxes on the form to add/edit data in
subform. I requery the subform after edits, to see what I edited. Sometimes
it works sometimes it does not. Is this due to the slow connection? If I
close and re-open the form I can see the edit.
the common drive, and individual front ends with linked tables on multiple c
drives for various users. I have a few questions: 1) can I connect once using
the Form_Load event, then do all my data manipulations on that form? Right
now I connect on every procedure associated to that form, which is repetitive
lines of code. I tried to connect once, but then when I run the next sub it's
asking for a new connection. (is that the answer...). 2) I have a datasheet
subform in a form, and I use text boxes on the form to add/edit data in
subform. I requery the subform after edits, to see what I edited. Sometimes
it works sometimes it does not. Is this due to the slow connection? If I
close and re-open the form I can see the edit.