I have a very long-running VBA procedure in Access 2000. I would like to be able to display a status message as it is running. I don't want to use MsgBox because I don't want the user to have to hit 'OK' all the time. With DoCmd.OPenForm and DoCmd.Close I can display and close a form. However, I haven't figured out how to set the value of a text box control on the form. Does anyone have any ideas? Any suggestions gratefully accepted. Thanks. -- Ham Rutledge