Adding plain text to a database?

  • Thread starter Thread starter Cheese
  • Start date Start date
C

Cheese

I have some instructions (about 2-3 paragraphs) that need to accompany one of
my databases.

Rather than sending them separately where they might get lost, how could I
include them within the database file?
 
Why not simply create a form and enter the text there. then you can add a
button so the user can access the info when they need it.
 
Do you mean a form that opens automatically when the file is first opened?

I've seen these before, but I don't know how to create one.
 
Goto Tools - Startup and select the form in the "Display Form/Page" box. To
bypass this form when opening, press and hold <Shift> then open the db.
 
Just realized with said to place the text ona aform but never really said how!
You can either use a big label or a big textbox. If you use the textbox
you'll have to bind it to a field in a table, probably a memo field, if it's
over 255 characters long.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top