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
Find position of second to last period in a string
How can I display this without line breaks
Is isql supported in SQL 2008
Print jobs starting very slowly on HP laser
Problem connecting Netapp FCP LUN on SERVER 2008
Office Language Settings on Remote Desktop Server 2008 R2
Install .PFX file to personal store - Certificate Authority
Enable overcommitment in Xenserver 5.6
SID History/re-ACL'ing when moving to new AD forest
Moving Domino 8 server