Access 2007 programming

Closed
vishal - 6 Aug 2010 à 07:03
rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 - 6 Aug 2010 à 11:24
Hello,

I have imported a excel 2007 file into Access 2007. The excel file 3 columns - Vendor Name, Account Name and Remarks.
I want to prepare a search form in Access 2007 with two controls on it.
[a] testbox for the user to enter the Vendor name
[b] a search command button for the user to click after he enters the Vendor name in the textbox.

ON clicking the search button, he should be displayed the corresponding Account Name and Remarks in the same form or window
Can anyone help me with this code.
Please help else I will loose my job.




Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday 28 January 2010 Status Contributor Last seen 5 May 2022 766
6 Aug 2010 à 11:24
open the recordset using the sql
get the data

populate the text box

what is the issue here ?