Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Replacing Null Values 1

Status
Not open for further replies.

rosebud289

Programmer
Joined
Jan 13, 2005
Messages
25
Location
US
How do you find and replace null values in Access tables? Thanks!
 
UPDATE tblOARequests SET tblOARequests.Printed = -1
WHERE (((tblOARequests.Printed) Is Null));

this changes it to yes or true

Program Error
Programmers do it one finger at a time!
 
'tbloarequests' should be changed to the name of the table and 'printed' should be the filed . sorry I grabbed it straight out of my database


Program Error
Programmers do it one finger at a time!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top