KadeFoster
Registered User.
- Local time
- Tomorrow, 01:18
- Joined
- Apr 7, 2012
- Messages
- 67
Hey all,
I am trying to update a record in another table when i create an update in the current table. I finally figured out the SQL to get it to update for the selected record, but the problem i am having now is that it updates the previous Status not the one that i just set.
The image shows where i am updating the status. InspectionExplorerF and the other form InspectionListF is where i want it to update. Its like a delay update lol
Suggestions welcome
I am trying to update a record in another table when i create an update in the current table. I finally figured out the SQL to get it to update for the selected record, but the problem i am having now is that it updates the previous Status not the one that i just set.
Code:
CurrentDb.Execute "UPDATE InspectionRequestT SET [InspectionStatus]='" & InspectionStatus & "' WHERE [InspectionRequestID] =" & InspectionRequestID
The image shows where i am updating the status. InspectionExplorerF and the other form InspectionListF is where i want it to update. Its like a delay update lol
Suggestions welcome
