LjushaMisha
Registered User.
- Local time
- Today, 20:43
- Joined
- Mar 10, 2017
- Messages
- 59
Hi everybody.
I was working with attachment field. Noticed that attachment field in reality consists of (lets say the field name is "Attach")
- Attach.FileData
- Attach.FileName
- Attach.FileType
In attachment field I have attached different files, with their names. In the form I had 3 controls.
1. Attach.FileData with program icon
2. Attach.FileName with the name of attached file and
3. Attach.FileType with file extension (i.e. .accdb)
After a certain period I found out that attachments are not best solution for my purpose.
So I have decided to go with "child" table which consists of full path names of various files which are in some way "connected" with certain project
In the form I made, I put command buttons for adding and deleting records (files full path name) an on DblClick event I open the requested file.
Everything work perfect. BUT ...
There is always BUT
I did like the Attach.FILEDATA with the icon of the program attached file was made in (i.e. Excel icon, pdf icon, dwg icon, word icon, jpeg icon, ...)
And now question: IS IT POSSIBLE TO DO SOMETHING LIKE THAT WITHOUT ACCESS ATTACHMENT FIELD.
Thanks for replay in advance
I was working with attachment field. Noticed that attachment field in reality consists of (lets say the field name is "Attach")
- Attach.FileData
- Attach.FileName
- Attach.FileType
In attachment field I have attached different files, with their names. In the form I had 3 controls.
1. Attach.FileData with program icon
2. Attach.FileName with the name of attached file and
3. Attach.FileType with file extension (i.e. .accdb)
After a certain period I found out that attachments are not best solution for my purpose.
So I have decided to go with "child" table which consists of full path names of various files which are in some way "connected" with certain project
In the form I made, I put command buttons for adding and deleting records (files full path name) an on DblClick event I open the requested file.
Everything work perfect. BUT ...
There is always BUT
I did like the Attach.FILEDATA with the icon of the program attached file was made in (i.e. Excel icon, pdf icon, dwg icon, word icon, jpeg icon, ...)
And now question: IS IT POSSIBLE TO DO SOMETHING LIKE THAT WITHOUT ACCESS ATTACHMENT FIELD.
Thanks for replay in advance