C
cdevine
Guest
I have a continuous subform with a recordsource which contains three types of data fields. (text, date, value)
What I want to achieve is to display only one of these fields depending on a value from the record(D, T, V)
In the form current event I can hide all 3 then make the field I want visible. This however works for all the fields displayed on the subform!
ie if I click on a date field all fields turn into date fields ??
Is there a way to overcome this problem?
What I want to achieve is to display only one of these fields depending on a value from the record(D, T, V)
In the form current event I can hide all 3 then make the field I want visible. This however works for all the fields displayed on the subform!
ie if I click on a date field all fields turn into date fields ??
Is there a way to overcome this problem?