ffejeff224
New member
- Local time
- Today, 11:45
- Joined
- Jun 7, 2011
- Messages
- 8
Okay so I have a field named Vendor Claim # that I need to be updated via a prompt. Currently I am using an update query with the following IIf statement in the Update To: IIf([vendor claim #] Is Null,[What is the Vendor Claim # - This is NOT CLIENT CLAIM #],[vendor claim #] & "/" & [What is the Vendor Claim # - This is NOT CLIENT CLAIM #])
If the field is null I want it to update what I type in, but if it already has a value I want to add to that with a / in between the two values.
I don't want it to update the vendor claim # if the value I put in is the same as what is already there so I put in the following criteria: <>[What is the Vendor Claim # - This is NOT CLIENT CLAIM #]
The problem I am running into using this query is that it won't update the field if the Vendor Claim # is null. I don't know what I am doing wrong so please help me.
Thanks.
If the field is null I want it to update what I type in, but if it already has a value I want to add to that with a / in between the two values.
I don't want it to update the vendor claim # if the value I put in is the same as what is already there so I put in the following criteria: <>[What is the Vendor Claim # - This is NOT CLIENT CLAIM #]
The problem I am running into using this query is that it won't update the field if the Vendor Claim # is null. I don't know what I am doing wrong so please help me.
Thanks.