Newbies Jast Posted February 1, 2007 Newbies Posted February 1, 2007 Hello, I have my database working ok. But, now I have received image files (jpg files) and I want to import them into the database. I would like to link them, not store them in the db, as they are 15,000 files. The import pictures function get all the files unsorted. Is there any way of modifying the databse so record=1 gets file=1.jpg, record=2 gets file=2.jpg, and so on? (even if the file is missing, I would still like the reference to the file to be created). Thank you.
Genx Posted February 1, 2007 Posted February 1, 2007 This script should do it for you if i correctly understand what you want. Go To Record[First] Loop ...SetField[ ImagePath ; "image:/C:/Folders/More Folders/Image Folder/" & Get(RecordNumber) & ".jpg"] ...Go To Record[ Next ; Exit After Last ] End Loop
Recommended Posts
This topic is 6505 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