I am currently trying to fix up my old database and I have hit a bit of a snag...
I am trying to link a drawing (bitmap image) to a form.
I have set up a table with the Path to the image in one column and the part number it corresponds to in the other.
On my main form I have a button next to the part number field which I want to use to display the images in another form. It copies the part number from the main form and pastes it to the part number in the "Drawing" form.
I tried to use a DLookup to display the image but to no avail.
I have also tried the Microsoft way of doing things but their explanations of what needs to be changed from the template is rather s**t.
I am trying to link a drawing (bitmap image) to a form.
I have set up a table with the Path to the image in one column and the part number it corresponds to in the other.
On my main form I have a button next to the part number field which I want to use to display the images in another form. It copies the part number from the main form and pastes it to the part number in the "Drawing" form.
I tried to use a DLookup to display the image but to no avail.
I have also tried the Microsoft way of doing things but their explanations of what needs to be changed from the template is rather s**t.
Comment