I have a form in MS Access 2013.
After enter the information, select the parts and click the SEND button, parts will be sent out (insert into Table B and delete from Table A).
I would like to display selected records on the message box before the parts sending out.
Is it possible? If not, could you please recommend another way for me? Thank you very much!
Yes, it is possible. I suppose the data is stored in a table? You can use vba on the on click event of the button as follows :