Vasweetheart05
New Member
- Joined
- Nov 5, 2016
- Messages
- 27
Hello,
I have the below Query Update (query name: Update Os) for multiple different fields from the same table:
Field: Account Management
Table: tbl_Current Week Closed
Update To: Null
Criteria: 0
The Query Update works if I'm only updating one field but once I add several more duplicate rows (with different field names), then the query doesn't work. For example, I have several more rows with the exact same data but differentiating fields like below:
Field: Customer
Table: tbl_Current Week Closed
Update To: Null
Criteria: 0
Field: Data
Table: tbl_Current Week Closed
Update To: Null
Criteria: 0
Any idea on how to make this work? Or why it doesn't work? I'm new with Access but I have a bunch of queries and tables that I need this action performed on. The action being to convert select cells from 0's to blanks.
I have the below Query Update (query name: Update Os) for multiple different fields from the same table:
Field: Account Management
Table: tbl_Current Week Closed
Update To: Null
Criteria: 0
The Query Update works if I'm only updating one field but once I add several more duplicate rows (with different field names), then the query doesn't work. For example, I have several more rows with the exact same data but differentiating fields like below:
Field: Customer
Table: tbl_Current Week Closed
Update To: Null
Criteria: 0
Field: Data
Table: tbl_Current Week Closed
Update To: Null
Criteria: 0
Any idea on how to make this work? Or why it doesn't work? I'm new with Access but I have a bunch of queries and tables that I need this action performed on. The action being to convert select cells from 0's to blanks.