Randomblink
The Irreverent Reverend
- Local time
- Today, 13:38
- Joined
- Jul 23, 2001
- Messages
- 279
Ok...
I have a Table that has a thousand or so entries.
The purpose of this table is to list out City Owned properties and give basic data on them... (Address, Roofing Structures, etc..)
I built the table to fill-in until they were ready to hire out and have one professionally built. As I am technically just an Office Assistant I really didn't want to build the monster they want built, and since they couldn't contract me to do it (since I was already an employee) well, I put together a half-way and went my merry way.
I built a single table to hold ONE photo per location.
There are approximately 1500 locations listed now.
Well, they have changed their minds and they want a database that will hold roofing photos for each location, monitor the roofing status, as well as give them the sun and the moon in the meantime.
Well, I have realized I could build this (10+ years Access programming experience) AND I have agreed to. They had contractors offering $2500 to build this, because they already had one that they built... they would just customize it for the City. Or that is what I think... I wasn't privy to why they were not selected. ANYWAY!
I am trying to take the table with ALL those photos... one for each location... and run a query. What I want the query to do is:
Open a Record
- If there is a Photo / Image for that location... then...
1) Create a name for the image based on the location site number field in that Table
2) Save the image to a predetermined location on the server using the created name from step 1)
3) Create a link TO that image and put it in another field in the same table
I am wondering if ANYONE has done something like this before? Or what. I think this would probably require VB code versus a pure Query, but I am not sure. All of my work with databases has NOT gone in depth into working with OLE objects and/or images.
If you can help, PLEASE let me know... Thanks in advance
I have a Table that has a thousand or so entries.
The purpose of this table is to list out City Owned properties and give basic data on them... (Address, Roofing Structures, etc..)
I built the table to fill-in until they were ready to hire out and have one professionally built. As I am technically just an Office Assistant I really didn't want to build the monster they want built, and since they couldn't contract me to do it (since I was already an employee) well, I put together a half-way and went my merry way.
I built a single table to hold ONE photo per location.
There are approximately 1500 locations listed now.
Well, they have changed their minds and they want a database that will hold roofing photos for each location, monitor the roofing status, as well as give them the sun and the moon in the meantime.
Well, I have realized I could build this (10+ years Access programming experience) AND I have agreed to. They had contractors offering $2500 to build this, because they already had one that they built... they would just customize it for the City. Or that is what I think... I wasn't privy to why they were not selected. ANYWAY!
I am trying to take the table with ALL those photos... one for each location... and run a query. What I want the query to do is:
Open a Record
- If there is a Photo / Image for that location... then...
1) Create a name for the image based on the location site number field in that Table
2) Save the image to a predetermined location on the server using the created name from step 1)
3) Create a link TO that image and put it in another field in the same table
I am wondering if ANYONE has done something like this before? Or what. I think this would probably require VB code versus a pure Query, but I am not sure. All of my work with databases has NOT gone in depth into working with OLE objects and/or images.
If you can help, PLEASE let me know... Thanks in advance