Question Uploading pictures to access

MBKN2013

New member
Local time
Today, 09:24
Joined
Mar 22, 2013
Messages
1
Hello All!!
I am currently working on a project for work on re-creating our database for our daily audits. We enter daily information on a form which feeds to the table and in return we run the queries to get the percentages and all that good information. I was asked to be able to load a picture of to a particular record. Can I do that from the form and that link to the table and to the queries that run? I am not to familiar with access so I am trying to battle my way through all of this. I have been told it’s an amazing tool to have once you understand how it works!
 
Hello MBKN2013, welcome to the forum!

I'm not sure if I understand your intention right. Do you want to save pictures in a table or only load them to be displayed in a form?
 
For simplicity if you Records are Unique ID then then is nothing different between:

RecordID = 5 and 5.jpg

ImageFile = RecordID & ".jpg"

Is that going in the right direction?

Simon
 

Users who are viewing this thread

Back
Top Bottom