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 ="old" then Newst1.visible = true
if combo1 ="New" then oldst1.visible = false
When the combo box changes it changes all of the records not just the record currently selected.
Any help would be greatly appreciated.
Chris
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 ="old" then Newst1.visible = true
if combo1 ="New" then oldst1.visible = false
When the combo box changes it changes all of the records not just the record currently selected.
Any help would be greatly appreciated.
Chris