boris
Posts: 14
|
| Posted: 09/01/2004, 11:07 PM |
|
I have 2 Access databases. Both connections are in CCS (cn1,cn2).
I have a form which has several fields containing data from cn1. What i want to do is when i click the insert button it adds some of that data to a table in cn2.
My problem is that the form is only based on one connection (cn1) but my data must only get updated to cn2. I can't seem to be able to work out how to do it.
If i leave the Update button custom insert property blank and do an After_Update event my button dosn't even show on the form. So i'm at a loss!
Can someone please give me some help with this?
|
 |
 |
|