Finding Accounts In form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have build a form that is used to input data to an table. I need to be
able to update the information in the the table by using the form and looking
up the account that I want updated by Account Number and Date Inputted. I
know it can be done but do not known how to do it. I am not that good on
Visual Basics so if somebody could show me how to do this I would appreciate
it.
 
Add a combobox to the form. Make sure the wizard is on and at the first
wizard menu select the third choice. Follow the wizard through, selecting
Account for the field to search.
 
Back
Top