Continuous Form issue

Curry

Registered User.
Local time
Tomorrow, 09:55
Joined
Jul 21, 2003
Messages
73
Using code I want to make a particular field null as a part of some other actions that are taking place. I have successfully done what I want when the form is set as Single form however when I change the form to Continuous the same code will make the particular Field null for the first record only. I want the same field on every record to be made null. I have mucked around with For..Each..next but I cannot get it to work. Any suggestions would be great.
 
Use an Update query on the table to which the Continuous Form is bound and then Requery the RecordSource to pick up the changes.
 

Users who are viewing this thread

Back
Top Bottom