Very new to all this so please forgive any apparently silly questions or bad use of technical expressions. I have controls on a form which I wish to enable or disable depending on data content - for example no point displaying a picture box if no picture. On a single form I have happily achieved this via the On Current event. Now I wish to use continuous forms to give an overview of data the On Current command simply sets all the forms to the same values based on the first. Where am I going wrong - remember keep it simple please.