Hyperlink to open Form

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

Guest

Hi

Is it possible to set up a hyperlink in a field to open a particular Form. I
would rather have this istead of having a number of buttons to open forms.
 
If by field you mean textbox - yes. Text boxes have an OnClick event (much
the same as buttons). You can only open/close forms etc when the contents of
a text box equalls certain pre-set perameters

good luck
 
Labels and textboxes both have hyperlink properties which you can set in
code or in case of a label. In the label's property sheet use the
HyperlinkSubAddress property to enter:

Form YourFormName

Or use the ellipses at the end of the property sheet to open a wizard. Click
on Objects in the database, and pick the object that you want to open.
 

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

Back
Top