Auto Fill blank (null) records

D

David Canfield

Hi,

I currently have a MS Access table that gives a field value when it occurs
for the first time but not subsequent occurrences - ie. the blank cells
underneath, in the subsequent rows/records are assumed to have the same value
as above.

In essence I'm looking for a macro/global way of finding all such blank
(Null) cells, and then using the function {Ctrl} + {' } where the cell I'm in
is blank.

Thanks for any assistance you can provide.

David
 
A

Alex Dybenko

you can try to make an update query, which updates null values to previous
not null value. you can use a subquery (or dfirst function) to get such
values.
 

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

Top