I have a database that I am trying to pull a report from through visual basic code of all the customers in the table that have an empty ss# or Dl# field. the customer table also has a field for credit rating (1-10) and a comments field. I would like to be able to update those fields manually in the report and save the changes.
I am very new to
VB, I have learned how to fill the datagrid with "ALL" the customers but I unsure how to filter it and then save the changes made. Thank you in advance for your help