Ive already had a go at the conditional formatting! Which im using for other things i.e highlight someone who has left the course.
Still stuck my initial problem though!:(
Help..
I need to setup a function on a form which is set to continuous. I would like a the contents of a combo box to determine what appears on the form.
I am currently using the following
if combo1 ="New" then Newst1.visible = false
if combo1 ="New" then oldst1.visible = true
if combo1...