Find and Replace

  • Thread starter PhilT via AccessMonster.com
  • Start date
P

PhilT via AccessMonster.com

I am not sure I post this in the right place. Anyway, I like to perform Find
and Replace in Access Table. Sometime, I imported data with blank into table,
and Access treats this empty field as Null, not Zero. How can I perform Find
and Replace these Null data field with something else such as Search Null and
Replace with SystemName.
 
S

Steve

If you are usong Access XP or later, look at the Replace function in Help.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
J

John W. Vinson

I am not sure I post this in the right place. Anyway, I like to perform Find
and Replace in Access Table. Sometime, I imported data with blank into table,
and Access treats this empty field as Null, not Zero. How can I perform Find
and Replace these Null data field with something else such as Search Null and
Replace with SystemName.

I'd simply use an Update Query (rather than search and replace). Use a
criterion of

IS NULL

on the field.


John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

replace null values 5
Find Replace values when they are not null 3
#error - Blank 3
Null vs empty 5
Join on an Empty Field 2
Text too long to be edited 0
replacing all null values 1
Find and Replace 3

Top