I should start by saying that this db is used to search for "B-roll" clips in a video post production house. (b-roll is video that covers other video. ex. when you hear a news reportor talking about a fire, and you see footage of the fire, the fire footage is b-roll).
Basicly it works like this. I have one giant table. the user opens a form, which runs a query (on a key word like 'fire') and returns the results on yet another form. this 'results' form can return any number of records with a scroll bar on the side, and displays the clip name, a hyperlink to a quicktime version of the clip, and thumbnail pics of all hits.
I have determined that I have to use OLE image objects to get the pics to display on the form.
I have to use a form and not a report b/c the user will put a check in a 'keep' field next to the clips they want, and then run another search on a different key word.
all i really need to know, is there some way to get these photos into my giant table, without draging each one individualy into the table, i.e. can anyone tell me the VBA code that will allow me to do this.
I can easly add a field to my table with the address of each individual photo, for the purpose of pointing some repeting code loop to the correct photo for each record, I just don't know how to program VBA.
I hope that clears it up a bit. Thanks