S
SGTPEP
Hi
I am trying to create an employee form, on each form there will be a picture
of each employee.
I have attempted following the links provided in other reponses; with no luck.
I am now attempting to copy over the employee table and form from Northwind,
however, when i open the form the pictures of the sample are not there, also
the addpicture command button does not work. It returns an error and VB opens
with the warning
"variable not defined"
In the Sub getFilename()
On the line
With Application.FileDialog(msoFileDialogFilePicker)
Any ideas?
I am trying to create an employee form, on each form there will be a picture
of each employee.
I have attempted following the links provided in other reponses; with no luck.
I am now attempting to copy over the employee table and form from Northwind,
however, when i open the form the pictures of the sample are not there, also
the addpicture command button does not work. It returns an error and VB opens
with the warning
"variable not defined"
In the Sub getFilename()
On the line
With Application.FileDialog(msoFileDialogFilePicker)
Any ideas?