Newbies hurtsville Posted October 7, 2009 Newbies Posted October 7, 2009 Hi, completely new here. I have a image database and add keywords for the images. However, often I would like to select several images as they are similar, and type in keywords relevant to all of them. How could i do that? Thanks, Dimitri
bcooney Posted October 7, 2009 Posted October 7, 2009 Welcome to FMForums Dimitri! Adding keywords to images depends on where you're storing the keywords. 1. Are they in a big text field in the same record as the image? or 2. Are they in a separate table, and you have a record for each keyword? If #1, then find the records and use the Replace command to update the text field. The calculated replace will let you append keywords to the existing keywords in the text field. If #2, then you should have a join table btw Keywords and Images, and create records in the join table. The join table simply has the Image record ID and the Keyword record ID.
Recommended Posts
This topic is 5527 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now