J
Jasper Recto
What I'm trying to accomplish is this: I am setting up a workstation out
on our plant floor. It will be completely locked down. The user will see a
Access prompt asking for a part number. That part number will be linked to
a Word document that opens after they enter the part.
What I have done is created a form that ask for a part number. Then I
created a macro that uses RunApp to open Microsoft word. That macro is
bound to the field as an event on exit. It opens Microsoft Word with no
problem. My question is, how can I get access to open the file the user has
just been prompted for? I would like to create a variable the I could put
at the end of the RunApp command line but is that possible. I do not want
the user to use Word to search for the file. I just want the file they
entered to open.
Any ideas would be greatly appreciated.
Thanks for your help!!!
Jasper Recto
on our plant floor. It will be completely locked down. The user will see a
Access prompt asking for a part number. That part number will be linked to
a Word document that opens after they enter the part.
What I have done is created a form that ask for a part number. Then I
created a macro that uses RunApp to open Microsoft word. That macro is
bound to the field as an event on exit. It opens Microsoft Word with no
problem. My question is, how can I get access to open the file the user has
just been prompted for? I would like to create a variable the I could put
at the end of the RunApp command line but is that possible. I do not want
the user to use Word to search for the file. I just want the file they
entered to open.
Any ideas would be greatly appreciated.
Thanks for your help!!!
Jasper Recto