Microsoft
Software
Hardware
Network
Question : New record, if field is empty, msgbox
Experts,
If I am on a form and the record is new and txtType is blank and someone trys to close form, I need a msgbox that says "Enter Type" and then cancels the close of the form.
Thank you.
Answer : New record, if field is empty, msgbox
do this in the beforeupdate evnt of the form
private sub form_BeforeUpdate(cancel as integer)
if len(me.txtType & "")=0 then
msgbox "Enter Type"
me.txtType.setfocus
cancel=true
exit sub
end if
end sub
Random Solutions
Need to Create A Form With 2 Actions.
Enteprise Application Documentation Application
SBS 2008 - STOP c00002e2
split comma delimited values into seperate columns in SQL 2005
Outlook 2007 does not remember password.
Pass value on form through Querystring Javascript
try catch
Creating a Linux ready CD-R style boot disc ...
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
asp - The resource could not be found