storing html code in msaccess fields for use in ASP query results

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have html string that I want to put in an access table; query against and
return in frontpage asp page as graphical content. Can't quite figure out
how to approach. Thanking you in advance for your assistance.
 
Can you provide an example of the string and more detail of what you are trying to do?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
If you want to insert images as a field value, all you have to do is put the
actual URL in the field when you enter the data.

Putting images in access db to be displayed by the results wizard, follow
the procedure here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;323033

or this http://support.microsoft.com/default.aspx?scid=kb;en-us;216285.

The tutorials apply to specific FP versions, but it should be a similar
procedure for your version (you haven't mentioned this in your post).

I assume the above is what you want to achieve, if not please post back and
elaborate.

I don't know if you can put the html code in the *actual* field and have it
apply to the results, eg even simple formating like bold or underline.

What I would do is apply a style sheet or something to the results page, or
apply formatting to the field "placeholder" that you see on the page within
the results wizard region.
 
Can't quite figure out how to approach.
Retrieve the data from the datbase and response.write the result.

Bob Lehmann
 
Back
Top