Updating records in multiple tables within an Access Form

Joined
Jul 8, 2009
Messages
1
Reaction score
0
Hey all! First post, but I am obliged to you all for the helpful posts I've mined over the last year... :)

I have an Access Form which needs to work with information coming from multiple RecordSets. One of these is set as the Form's Record Source. That one is no problem. I also figured out how to do reads from RecordSet number two and pop them into the form using DLookup.

When it comes to being able to UPDATE records in the non-Record Source database, I am stumped.

So far, the best I've been able to come up with is a messy set of VBA subroutines. It seems like this is something that would hapen often enough, but I've not found much when searching about.

Any and all help would be much appreciated- thanks!

Cheers!
Aaron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top