Display list for hyperlink

D

Doug

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?
 
B

Brendan Reynolds

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.
 
Top