I have a form I am viewing in continuous form view and the layout is similar to what the datasheet view would be. My question is quite simple, but hard to explain. For sake of simple explanation, I will use this simple example… Lets say my form is set up to display 4 columns (fields), but the underlying table has 5 fields… I want to layout the form where column 1-3 are so called “static” , but column 4 rather have a control source of (or show) filed 4 or field 5 depending on if filed 4 is null or not. I have a few ideas, but all of them seem to display the same results. One simple try was to just place both field 4 and 5 on top of each other in design view and in the oncurrent event of the form check if field 4 is null and if so hide it and show field5 and vice versa. That technically worked, but it changed the view of all records in the form to whatever the current records view settings were. Is it even possible to have different view properties for each separate record in continuous form view (like an object hidden on record 1 while not hidden on record 2 and so on)?