Create and Open Word Document From Access & asociate with 2 Fields

  • Thread starter Thread starter JuanJo
  • Start date Start date
J

JuanJo

Need to make a command button in a form of MS Access that:

1- Open a WORD document again and that it is automatically associated with
two fields in a form, for example FIELD1= Username and FIELD2= RegNumer

2-Another button to open the document that will save at the point 1..

CONCLUSION: That Access i open the Word Document for the FIELD and the FIELD2

i Hope can help please! Thank you!
 
Need to make a command button  in a form of MS Access that:

1- Open a WORD document again and that it is automatically associated with
two fields in a form, for example FIELD1= Username and FIELD2= RegNumer

2-Another button to open the document that will save at the point 1..

CONCLUSION: That Access i open the Word Document for the FIELD and the FIELD2

i Hope can help please! Thank you!

What do you mean by "automatically associated"? Somewhere you have to
store/create the path where the file resides. Or if your intent is to
build the file on the fly, you have to use Mail Merge or automation to
pass the values from the database into the Word document...
 
Piet, thanks for reply!

I need the first option: store/create the path where the file resides, for
example: c:\word documents

I hope I expressed myself well

JunJo.-
 
Back
Top