October 2, 200916 yr I have made a Welcome screen that opens each time my data base is launched. I have a field that is a set of radio button (Yes – No). I am having a problem writing a script bast on this field as to let the Welcome screen show the next time the data base is launched. Any suggestions would be appreciated.
October 2, 200916 yr Not sure what your question is. Do you have a start-up script to run when the file is opened/launched? That script shows the welcome screen and then goes to your main layout? Do you want it so that the user can cancel(or retain) the welcome screen on future start-ups with the yes/no button? If so, incorporate into your start-up script pseudo code If radiobuttonfield = Yes Goto Welcome screen Pause [for a time] to show screen Goto main/selected layout Else Goto main/selected layout End if Edited October 2, 200916 yr by Guest
October 3, 200916 yr Author Thanks, that worked. I forgot to put " on each side of the word "Yes". :(
Create an account or sign in to comment