I am using MS Access 2007.
I have a table which has attachment field in it.
The field names are
1) Record_ID 2) Attachment
Record_ID contains the unique number for a record. It is a numeric value.
Attachment may be any file that is inserted into the table for that Record_ID. It might be a word document, a text file, a .bmp file or any other thing.
How do I view both the Record_ID and the Attachement field on to the MS Access form on a GUI front end ?
Please suggest method or VBA code
I have a table which has attachment field in it.
The field names are
1) Record_ID 2) Attachment
Record_ID contains the unique number for a record. It is a numeric value.
Attachment may be any file that is inserted into the table for that Record_ID. It might be a word document, a text file, a .bmp file or any other thing.
How do I view both the Record_ID and the Attachement field on to the MS Access form on a GUI front end ?
Please suggest method or VBA code