ello,
I am trying to show Access data through an asp page, so my users can Edit the data.
I can show most fields by using:
value="<%=rsamend.fields("Field_Name"%>"
but when it comes to yes/no boxes using the above brings back blanks.
what do I need to do to show the data.
(the data is in 'on' or 'is null' form....
thanks in advance
Jamie
I am trying to show Access data through an asp page, so my users can Edit the data.
I can show most fields by using:
value="<%=rsamend.fields("Field_Name"%>"
but when it comes to yes/no boxes using the above brings back blanks.
what do I need to do to show the data.
(the data is in 'on' or 'is null' form....
thanks in advance
Jamie