I've got a reporting system with table fields:
id (AutoNumber); start_date (DateTime); end_date (DateTime); description (Text); slide (Attachment)
At the moment I have to add one slide at a time, which can sometimes be up to 50 slides.
Can I attach all of the slides at once and create a record for each slide (the start_date, end_date and description will be exactly the same)?
I don't know if I'm going at it the right way, any ideas will be greatly appreciated.