want new fields to be showing automatically after answering one question after another
want new fields to be showing automatically after answering one question after another
In the afterupdate events try this. Change your control names to what is in your db.
Code:If isnull(me.control1) Then me.control2.visible = False End if