Hello,
Hope all are well
Hoping you will be able to help me out on this one..
I'm creating supplier / customer database and I'm building "Update" button.
Basically I have the table of customers / suppliers and some of them are duplicated.
For example I have a company who deals with the printers and desktops but there is two different contact names to each of the category so we will have the information entered twice.
So example:
Company Name Alvis Desktops
Company Name Mike Printers
So what I would like the user form to do is:
Type customers name (Company name) and click search --> macro checks if that value already exists more than once (which I did already) so on this occasion macro finds two values for the same company just with two different variations which is the contact name and the hardware they are dealing with: Desktops or Printers.
So when user form finds value more than once it un-hides Combo Box which I would like to show the following options: Desktops or Printers - depending what information exists in the table (Basically to set up Combo Box as a 2nd filter to give me unique customer in the end which I would like to update it). Also it could be different hardware on the list.. Could be printers, HDD, desktop, monitor.. all depends when adding a new customer.. So I just wonder if possible for Combo Box to return the value by searching in the table depending on the Company Name.
Hope all this make sense to you guys
I've tried to find this elsewhere but couldn't find something similar to what I was looking for.
Many thanks in advance !
Kind Regards
Alvis
Hope all are well
Hoping you will be able to help me out on this one..
I'm creating supplier / customer database and I'm building "Update" button.
Basically I have the table of customers / suppliers and some of them are duplicated.
For example I have a company who deals with the printers and desktops but there is two different contact names to each of the category so we will have the information entered twice.
So example:
Company Name Alvis Desktops
Company Name Mike Printers
So what I would like the user form to do is:
Type customers name (Company name) and click search --> macro checks if that value already exists more than once (which I did already) so on this occasion macro finds two values for the same company just with two different variations which is the contact name and the hardware they are dealing with: Desktops or Printers.
So when user form finds value more than once it un-hides Combo Box which I would like to show the following options: Desktops or Printers - depending what information exists in the table (Basically to set up Combo Box as a 2nd filter to give me unique customer in the end which I would like to update it). Also it could be different hardware on the list.. Could be printers, HDD, desktop, monitor.. all depends when adding a new customer.. So I just wonder if possible for Combo Box to return the value by searching in the table depending on the Company Name.
Hope all this make sense to you guys
I've tried to find this elsewhere but couldn't find something similar to what I was looking for.
Many thanks in advance !
Kind Regards
Alvis