Hi, I have two separate forms for a Book Nook system (kind of like a Mini Library):
i. Admin Form - the admin can add/edit/delete new entries so that
ii. User Form - the user on the second form can view the various entries + be able to choose which book they'd like to borrow.
I want the admin to be able to add an image of the book cover so that the user can view it. I've tried Image Attachment on the Admin Form and Display Image on the User Form but the image does not display when I run the form.
Any suggestions?