J
Joe
I am havind a difficult time understanding this, for some reason. I'd
like to have the photos chosed on a form, then the path stored in a
text field on a table, then when printing a report, the picture would
be on it. here is a good explaintion I found, but no answer on it, any
help would be greatly appricated.
You can store the pictures in a directory and store the path in Access
using text or memo datatype. By doing this you can save lot of space.
For Ex: While creating a form, add a text box and a command button.
When you click on the command button, this should open an open dialog
box with the folder containing pictures. Click on the picture and the
path should appear on the text box. Store this path in the database.
But for this you need to code.
Hope this helps. Because I have tried the same thing in Access and it
worked fine for me.
Thanks
like to have the photos chosed on a form, then the path stored in a
text field on a table, then when printing a report, the picture would
be on it. here is a good explaintion I found, but no answer on it, any
help would be greatly appricated.
You can store the pictures in a directory and store the path in Access
using text or memo datatype. By doing this you can save lot of space.
For Ex: While creating a form, add a text box and a command button.
When you click on the command button, this should open an open dialog
box with the folder containing pictures. Click on the picture and the
path should appear on the text box. Store this path in the database.
But for this you need to code.
Hope this helps. Because I have tried the same thing in Access and it
worked fine for me.
Thanks