I have written a simple database of recipes, the database stores author, type of recipe and main ingredients. The actual recipes themselves are stored as individual Word documents.
I want to be able to view a recipe on my database and have the option to click a button and have Access automatically search for the file and open the document in MS Word.
Each recipe has an "autonumber" primary key so I'm assuming that each WORD document will need to be saved with that unique reference for ease of reference and identification?
I'm guessing that I can do this via a command button and a Macro/VBA code but I really don;t know where to begin.
I am extremely new to this so any help would really be appreciated. Thank you
I want to be able to view a recipe on my database and have the option to click a button and have Access automatically search for the file and open the document in MS Word.
Each recipe has an "autonumber" primary key so I'm assuming that each WORD document will need to be saved with that unique reference for ease of reference and identification?
I'm guessing that I can do this via a command button and a Macro/VBA code but I really don;t know where to begin.
I am extremely new to this so any help would really be appreciated. Thank you