Hello all. Ok, I ran into the code above and I think it's what I need. I'm not sure how I would modify it to work on my form. Here's my scenario:
tblTransactions
TransactionsID - Autonumber
ClientFirstName - Text
ClientLastName - Text
frmDocuments
txtClientNo - Number
cmdProcess - When clicked, Access displays documents in lbxDocuments corresponding to client number entered in txtClientNo text box.
lbxDocuments - This list box displays the documents that are available to the user. The user opens the document by double clicking on the document in the list.
All of the above works perfectly! I just need to know how to incorporate the above code so that when the user double clicks on the document in the list box, the document will open, connect to table, and merge data from record # entered in txtClientNo. Would the process be different if I was doing this from a list box with multiple documents?
Hope this all makes sense. I would love your assistance!
tblTransactions
TransactionsID - Autonumber
ClientFirstName - Text
ClientLastName - Text
frmDocuments
txtClientNo - Number
cmdProcess - When clicked, Access displays documents in lbxDocuments corresponding to client number entered in txtClientNo text box.
lbxDocuments - This list box displays the documents that are available to the user. The user opens the document by double clicking on the document in the list.
All of the above works perfectly! I just need to know how to incorporate the above code so that when the user double clicks on the document in the list box, the document will open, connect to table, and merge data from record # entered in txtClientNo. Would the process be different if I was doing this from a list box with multiple documents?
Hope this all makes sense. I would love your assistance!