Hello, I am working on a Purchase Order database in Access 2010 for a small company.
I have a purchase order form which gets data from the vendor table.
So when a user selects a vendor from the combo box, I want the corresponding information (vendor phone #, address, etc.) to display in the text box below in-case it needs to be edited by the user.
I can get it to display the correct information by creating a macro that closes the form and re-opens it, but then I have to cycle through all the records to get back to the one I was working on. Tried using "GoToPage: Last" in the macro builder but it will not cooperate.
Any help is greatly appreciated!
I have a purchase order form which gets data from the vendor table.
So when a user selects a vendor from the combo box, I want the corresponding information (vendor phone #, address, etc.) to display in the text box below in-case it needs to be edited by the user.
I can get it to display the correct information by creating a macro that closes the form and re-opens it, but then I have to cycle through all the records to get back to the one I was working on. Tried using "GoToPage: Last" in the macro builder but it will not cooperate.
Any help is greatly appreciated!