

Function GetEV returns the environment variable for the argument and YesTableExist returns a Boolean result of whether or not the table in the argument exists. There are a couple of functions that you will need to either comment or change to suit your computing environment. Here is a function to place files from a folder in a list box. Vm079186 RE: Display directory contents in a list box I was going to try to allow the user to select which photo from the directory they wish to view, the idea is that the user can click on the photo name from a list of available photos in the list box and then use a command button to display it in an image control.Any Ideas? (please remember this is access 97!) What I want to do is display the photos in that directory when this form is opened. There is a field that stores the directory the photos are in (this is populated by the dialog box). I don't want to store the photos as a blob within the database, instead I want to have their location stored in the database and then point an image control's image source at that location.Īt the moment The user can select the directory they wish to retrieve the photos from using a dialog box. Each set of photos is stored in a different directory.
/Canon-PIXMA-iP110-5877d9235f9b584db375df11.jpg)

The photos associated with a specific record are stored together in a directory. This form is used to display a collection of photos related to the various records in the database.
