Hi dear all
I am not a programer ! in fact I am too late for this being 41 yrs old
yet I could make three (programs) ..simple ones
the latest is (Electronic archive) for our company scanned docs
I made a table with these fields Doc_Id ,Doc_subject..Doc_dt date of documentation"=date()" and Doc_Dept > the department to it its belongs.. the last field is the path of the document itself in the Pc
I could fined pretty vba code to open common dialog (select file) and got the path of the pic into its field in the table and saveD it as data of text type..and I made picture1.picture to make use of the path to show preview ..
now what do I need is a button just like that in windows when you right click a shortcut and hit the find target button and locate the origin file
I have tried to make a macro to run explorer.exe but no option to pass the path of the pic as a parameter to it ..and so I needed vba code to do that
help please
I am not a programer ! in fact I am too late for this being 41 yrs old

yet I could make three (programs) ..simple ones
the latest is (Electronic archive) for our company scanned docs
I made a table with these fields Doc_Id ,Doc_subject..Doc_dt date of documentation"=date()" and Doc_Dept > the department to it its belongs.. the last field is the path of the document itself in the Pc
I could fined pretty vba code to open common dialog (select file) and got the path of the pic into its field in the table and saveD it as data of text type..and I made picture1.picture to make use of the path to show preview ..
now what do I need is a button just like that in windows when you right click a shortcut and hit the find target button and locate the origin file
I have tried to make a macro to run explorer.exe but no option to pass the path of the pic as a parameter to it ..and so I needed vba code to do that
help please