Ok. How about this one?

I'd like to add a "Diary" feature to my app. The user would:
1) click cmdAdd, which would create a textbox at runtime
2) enter a note, comment into this new textbox
3) click cmdSave, which would add a new record to TblComments in Access 2003
-----
4) When app is reopened, create the number of textboxes needed to display these comments. (Textboxes = .Recordcount)

Anyone have an example of this?