Sticky note, message box, etc. on a form

hunterfan48

Registered User.
Local time
Today, 06:11
Joined
Aug 17, 2008
Messages
436
Hey guys,
I just want to add something to my home form that I can use to remind me of projects I need to get done.

Whether this is a simple text box with a checkbox next to it, that I can mark it when I get or done or what I'm not sure. I'm wondering if anybody has any examples or ideas that they've used in other databases before?

Again, I want to be able to add new projects (in text only as a reminder) that I need to get done as well as then removing the ones I complete.

Thanks for the ideas and help!
 
  1. Create a Table with three fields: ID (AutoNumber) , Projects (Text), Completed (On/Off) and name the Table as Projects.
  2. Design a Datasheet Form for the Projects Table and name Form as Projects.
  3. Insert the Projects Form as a Sub-Form on the Main Form.
  4. Check the Link Master Field, Link Child Field Properties of the Projects Sub-Form is not established links between the Main Form and the Projects sub-form.
  5. If any value is set in the above properties then remove them.

Sample image is attached for info. You can put a check mark on the Check-Box field when the project is complete.

You may add new Project records to the Projects Table through this sub-form.
 

Attachments

  • sampleview.jpg
    sampleview.jpg
    86.2 KB · Views: 396
Thank you...just what I wanted!
 

Users who are viewing this thread

Back
Top Bottom