Need ideas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database that we use to keep track of clients; appointments, notes,
etc.. I need to be able to access scanned documents from this database. The
client database is designed using tab pages. I would like to have a tab page
to access the scanned documents. Is this possible? Also, I think I would
scan the documents into a folder for each client. Does this make sense?
Thanks for any help.
 
Yes, you can do it. The documents would need to be in a location that your
application is aware of and you would need to either save that location in
your database or be able to programatically construct the location based on
data in your database. Will there be one document per record or many? If
many, you will need some type of selection mechanism.
Type 'object frame' into Help and look at 'about adding a picture or object'.

-Dorian
 
Thanks for the reply. The will be multiple documents per client. I will look
into object frame. Thanks again.
 
Back
Top