I want to create a command button on a form that will populate a certain field in a certain table for that record with a hyperlink address (just the text) and add another field from that record to the string. For Example:
On Click, fill the field [DRAWING HYPERLINK] in the Table "ASSEMBLY" with W:\engineering\ PRODUCT ENGINEERING\ASS EMBLY\PDF\ [field data from record].pdf
field data from record entitled [ASSY DOC]
The data in that field is A-2000-1
So the DRAWING HYPERLINK field in Table ASSEMBLY would have this data in it:
W:\engineering\ PRODUCT ENGINEERING\ASS EMBLY\PDF\ A-2000-1.pdf
Just by Clicking the command button on the form.
I think this would be simple, but I am having trouble. Any help is greatly appreciated.
Thanks
On Click, fill the field [DRAWING HYPERLINK] in the Table "ASSEMBLY" with W:\engineering\ PRODUCT ENGINEERING\ASS EMBLY\PDF\ [field data from record].pdf
field data from record entitled [ASSY DOC]
The data in that field is A-2000-1
So the DRAWING HYPERLINK field in Table ASSEMBLY would have this data in it:
W:\engineering\ PRODUCT ENGINEERING\ASS EMBLY\PDF\ A-2000-1.pdf
Just by Clicking the command button on the form.
I think this would be simple, but I am having trouble. Any help is greatly appreciated.
Thanks
Comment