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
Unable to issue commands to Tivoli Storage Manager 6.1 Server using the Administration Center Console
IPTV programming dominating programming language
Looking for a Font
import emal from and to Thunderbird
ARP Blocking with in the domain.
External Monintor won't work w/ Toshiba laptop; it USED to; fn (f5) doesn't "stick"
Attempted an unsupported operation
Regular Expression needed to parse a string of multiple colons and extract an element-revised
Custom control communicating an event to parent form
Exchnage database restoration