K
Kevin D.
I have a table "tblAttendees" with a field "BidNumber". The table is
populated with 300 records but the "BidNumber" Field is Null. I want to
assign a number to the "BidNumber" field in the first record and then have
the "BidNumber" field incremented by 1 for each successive record until all
records are updated. I don't want to use a autonumber field. I tried an
update query using a DMAX but it only updated the "BidNumber" field in the
next null record and not all the records.
What's the best way to do this? A query or in VBA using a Loop until EOF
method? And how would the code look?
Thanks for your help.
Kevin D.
populated with 300 records but the "BidNumber" Field is Null. I want to
assign a number to the "BidNumber" field in the first record and then have
the "BidNumber" field incremented by 1 for each successive record until all
records are updated. I don't want to use a autonumber field. I tried an
update query using a DMAX but it only updated the "BidNumber" field in the
next null record and not all the records.
What's the best way to do this? A query or in VBA using a Loop until EOF
method? And how would the code look?
Thanks for your help.
Kevin D.