AmyLynnHill
Registered User.
- Local time
- Today, 12:21
- Joined
- Dec 7, 2005
- Messages
- 81
Does anyone know how to use an update query however, rather than update the field with a specific value, the field is updated from another tables value of the same field name?
This is the sql I attempted to use however, when I execute the statement i get a enter parameter value when it gets to the Where statement?
Any advise would be greatly appreciated, I'm lost!
Update PendingPolicies
Set PendingPolicies.PolicyStatus = PolicyTable.PolicyStatus
Where PendingPolicies.PolicyNumber=PolicyTable.PolicyNumber----Iknow there appears to be a space here but there is not in my SQL?
This is the sql I attempted to use however, when I execute the statement i get a enter parameter value when it gets to the Where statement?
Any advise would be greatly appreciated, I'm lost!
Update PendingPolicies
Set PendingPolicies.PolicyStatus = PolicyTable.PolicyStatus
Where PendingPolicies.PolicyNumber=PolicyTable.PolicyNumber----Iknow there appears to be a space here but there is not in my SQL?
Last edited: