XLEAccessGuru
XLEGuru
- Local time
- Today, 16:15
- Joined
- Nov 17, 2006
- Messages
- 65
Hello all,
Need some help. I have TABLE A that contains a set of records with the TICKET # as the primary key. I have an identical table - TABLE B - in another DB in which I need to update each ticket with new values from each record with the same TICKET number in TABLE A. I am unable to use an update query or a hard-coded VBA SQL string because there is a memo field in each record that is being truncated when it's updated. I'd like to use DAO recordsets to perform these updates, but I'm somewhat unfamiliar how to use multiple recordsets and update one with the values of another one record at a time. Any ideas?
Any help is appreciated!
Need some help. I have TABLE A that contains a set of records with the TICKET # as the primary key. I have an identical table - TABLE B - in another DB in which I need to update each ticket with new values from each record with the same TICKET number in TABLE A. I am unable to use an update query or a hard-coded VBA SQL string because there is a memo field in each record that is being truncated when it's updated. I'd like to use DAO recordsets to perform these updates, but I'm somewhat unfamiliar how to use multiple recordsets and update one with the values of another one record at a time. Any ideas?
Any help is appreciated!