Updating a table

alpine82

Registered User.
Local time
Today, 17:07
Joined
Jun 5, 2003
Messages
27
I have 2 tables and need to update fields in one table with values entered in a 2nd table. i.e., i have a transaction form that logs items IN or OUT of a location and datestamps the transaction. when this occurs, i need to update a location and date field in another table (Asset Table). I am having lots of trouble getting this to occur. Any suggestions? I have tried macros, but keep getting various Jet Access errors. Thanks for any assistance!
 
Links don't work

I tried all three links, but they all just bring me to a page advertising a pop-up blocker!
 
query

Is there any other way to do it without having to use an update query?
 
you can use the update method to update either a DAO or ADO recordset.
 

Users who are viewing this thread

Back
Top Bottom