I have an MS Access front-end and a SQL back-end for a student database. I have no control over the SQL. I am going to be storing images on a shared drive. Here is what I would like to do.
Store the attachments in an Access table.
Add a field to that table with the studentid to identify the attachments.
When I append the student record to a table behind a form, can I attach the records from the Access table to that form so that all the attachments for that student is available on that form?
I hope this is clear.
Thank you.
Store the attachments in an Access table.
Add a field to that table with the studentid to identify the attachments.
When I append the student record to a table behind a form, can I attach the records from the Access table to that form so that all the attachments for that student is available on that form?
I hope this is clear.
Thank you.