N
Nathan
I'm trying to get an image to either be visible or not be visible depending
on the value of a field. The idea being that as I scroll through records, I
will get a visual cue as to the value of the field. I have it working fine
in both a regular form and the Data Access Page using the OnCurrent event.
My problem is that when I view the data by using the generated HTML file
outside of Access the OnCurrent event is apparently not run. It looks like
all of that code gets commented out. I'm lost at this point. Is there a
better way to do this within HTML? If so, I would need a code example
because I am not very good with HTML.
on the value of a field. The idea being that as I scroll through records, I
will get a visual cue as to the value of the field. I have it working fine
in both a regular form and the Data Access Page using the OnCurrent event.
My problem is that when I view the data by using the generated HTML file
outside of Access the OnCurrent event is apparently not run. It looks like
all of that code gets commented out. I'm lost at this point. Is there a
better way to do this within HTML? If so, I would need a code example
because I am not very good with HTML.