Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I prompt a dialog box to appear for date entry

Status
Not open for further replies.

Dedicated

Programmer
Dec 26, 2003
38
US
I have a created a Y/N field to identify if a specific date was entered correctly in our dbase, if NO I would like to prompt a dialog box so we can enter the date shown in our system. How do I do this?
 
Try the InputBox function

InputBox(Prompt,[Title],[Default],[XPos],[Ypos])

Hope this helps.

OnTheFly
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top