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