This is my first Access 2000 form & I need to add a photo of a product, the path to the photo depends on the value of the product ID field -> "C:/photos/{]product ID}.jpg.
For example:
Product Ash07-001 would use photo "C:/photos/Ash07-001tmb.jpg"
The path needs to be generated on the fly for each record and then used to bring up the proper image.
Do I need to do this using a field in the database, or can I do it dynamically in the form itself, as I move from record to record?
Or am I going to have to jump in & learn VBA?
Also, I did a search on the forum, saw several possible answers, but they refer to a Northwind database - what is that?
For example:
Product Ash07-001 would use photo "C:/photos/Ash07-001tmb.jpg"
The path needs to be generated on the fly for each record and then used to bring up the proper image.
Do I need to do this using a field in the database, or can I do it dynamically in the form itself, as I move from record to record?
Or am I going to have to jump in & learn VBA?
Also, I did a search on the forum, saw several possible answers, but they refer to a Northwind database - what is that?