Image in form..?

  • Thread starter Thread starter Kent J
  • Start date Start date
K

Kent J

Hi all,


I would like to put different images (my collegues) to all records and
move through in the recordset in a form.
How can I do this?
If I design a table I cannot find the appropriate datatype.
What should it be?

Kent J.
 
You should never embed image into your db because it will cause bloating.
Thus the 'proper' way is to simply store the path in a table. thus, Text or
Memo depending on how you tackle the problem.

Take a look at the following sample db. you can dissect them to get all the
coding...
http://www.cardaconsultants.com/en/msaccess.php?lang=en&id=0000000007#images
http://www.cardaconsultants.com/en/msaccess.php?lang=en&id=0000000007#album

Check out http://www.mvps.org/access/forms/frm0030.htm for some more info.
You can also search this very forum (or Google) for more info. This one been
covered numerous times. Lots of info available, you just need to search a
bit.
 

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

Similar Threads

Sum large recordsets in a form..? 2
Username from SQL-server..? 1
Pass-through query 2
showing images 1
Creating Checkbox Fields For Every Record 0
Separate Form 0
image on form 3
images in continuous forms 5

Back
Top