Microsoft
Software
Hardware
Network
Question : Fox 9 Validation routine
In my command button click event which exits a form ,I have placed a validation routine prior to the updatetable() command it goes something like this
if thisform.txtlast.value=" "
=messagebox("Fix Last Name")
return 0
Endif
This works fine. It would be better if after clicking ok on the message box if the user could be returned directly to the text box with the problem. How could that be done I played with the return command couldn't get that to do it and could not find anything in the help menus.
Thank You
D
Answer : Fox 9 Validation routine
IF EMPTY(Thisform.txtlast.Val
ue)
= MESSAGEBOX("Entering Last name is mandatory!").
Thisform.txtlast.SetFocus
ENDIF
Random Solutions
Access 2003: Getting data to show up in columns instead of rows in a report
Internet Security 2010 removal
Email recipients in BCC field can see eachother
To know 31st working date from the date entered
how do i reinstall the client access server role for exchange 2007 need immediate assistance
Windows Server 2008 /adprep on a Windows Server 2000 DC
Domain Controller Issues at boot up however network is operating correct after boot
Replace MS Access button with company icon
Sharepoint can't send mails from custom workflows
Access 2007 Navigation Pane Object Group Automation