David44Coder
Member
- Local time
- Today, 11:06
- Joined
- May 20, 2022
- Messages
- 137
UPDATE Table2 SET Table2.iType = "ABCD"
WHERE (((Table2.iType)="") AND ((Table2.MyID)=9) AND ((Table2.aName)="Costs"));
If iType is Null will this cause a problem? I was trying to include NZ() or IsNull but the query builder kept reported an error.
WHERE (((Table2.iType)="") AND ((Table2.MyID)=9) AND ((Table2.aName)="Costs"));
If iType is Null will this cause a problem? I was trying to include NZ() or IsNull but the query builder kept reported an error.