Prompt for text

  • Thread starter Thread starter DubboPete
  • Start date Start date
D

DubboPete

Hi All,

Is there a way to code in a way to prompt a user to dynamically enter text
when opening a form (or on clicking a commandbutton to open the form) ? As
in, a dialog box to enter the secret password <grin>. I don't really want
to create another list of text entries, or a specific form for these type of
instances....

If the answer is no, then I'll just go back to the tried and trusted methods
LOL

here's the Goat-herder code interpretation:

If me.["enter the secret password to enter the Magician's Lair"] =
"gobbledegook" then
Docmd.Openform "MagiciansLair"
End if

thanks all

DubboPete
 
FORGET THIS POST... I thought of a better way...
setting a userlevel value from 1 to 3
and if userlevel >1 they get into the magician's lair...

back to the goats, and consider the thread closed....

Dubbo Pete
 
Back
Top