I could realllllllly use some help here....
I have database that looks like this:
Type | Pic1 | Pic 2
-------------------------------------------
12-5525 C:\RC125525-01 C:\RC125525-02
12-3556 C:\RC123556-01 C:\RC123556-02
As you can see the picture naming system is standard and is based on the content in the type field. If one record of the Type field is say 12-6636 then the picture will be RC126636-01 (for Pic1) and RC126636-02.
Is there a way where the user say... can type C:\ and it will populate the picture file names in a combo box?
There are about 2000 records in the DB and I am just trying to find a way to keep a user from typing all that stuff.
Could there be a way to do all 2000 records at once?...
Thanks.
I have database that looks like this:
Type | Pic1 | Pic 2
-------------------------------------------
12-5525 C:\RC125525-01 C:\RC125525-02
12-3556 C:\RC123556-01 C:\RC123556-02
As you can see the picture naming system is standard and is based on the content in the type field. If one record of the Type field is say 12-6636 then the picture will be RC126636-01 (for Pic1) and RC126636-02.
Is there a way where the user say... can type C:\ and it will populate the picture file names in a combo box?
There are about 2000 records in the DB and I am just trying to find a way to keep a user from typing all that stuff.


Thanks.