brin
12-11-2001, 02:07 AM
I have a yes/no field and would like the user enter yes then have a prompt stating please enter "textalert or next action" or enter no "text alert or next action".
|
View Full Version : text alert brin 12-11-2001, 02:07 AM I have a yes/no field and would like the user enter yes then have a prompt stating please enter "textalert or next action" or enter no "text alert or next action". Hayley Baxter 12-11-2001, 02:46 AM If you are trying to display a text msg you can either create a macro called msgbox and you can enter your msg here or you can write some code behind your check box which will prompt a text alert Dobie 12-11-2001, 03:08 AM you could write code behind after update or exit to display a txt message Goto the field properties in the on update goto event proceedure then type MsgBox " " in the invered commers type the text you want to display hope this helps [This message has been edited by Dobie (edited 12-11-2001).] |