Display list for hyperlink

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

Guest

I have a table, one field of which is a web address.

This system will eventually be used by non-technical people so I'm setting
the system up as simple as possible.

I'd like the result of queries to allow clicking on the hyperlink to display
the web pages in the browser. Generating a REPORT from a query doesn't allow
clicking, but a FORM does, and I don't want users accidently changing fields
on the FORM and having the changes saved. Is there a way to use REPORT which
will allow the hyperlink?
 
Report controls don't respond to mouse clicks. There are various ways of
creating read-only forms - check out the Allow Edits, Allow Deletions, and
Allow Additions properties of forms, and the Locked property of individual
controls.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top