Hi All,
Hope every one is well and thank you muchly in advanced for your help.
I'm entering company information into my form and I want to write some validation that searches my company name field in my company table and does not all the user to enter the same name twice. The company name is a string value obviously so I'm not 100% on how to do it ... is it as simply as ... < = "CompanyName" cause that isn't working!
If the user attempts to a MsgBox is displayed that says' Duplicate company name, please check that this company has not been input before. If this is a new company please insert (RegionName&Date) i.e. (Liverpool.28) after the company and re-save.
Hope every one is well and thank you muchly in advanced for your help.
I'm entering company information into my form and I want to write some validation that searches my company name field in my company table and does not all the user to enter the same name twice. The company name is a string value obviously so I'm not 100% on how to do it ... is it as simply as ... < = "CompanyName" cause that isn't working!
If the user attempts to a MsgBox is displayed that says' Duplicate company name, please check that this company has not been input before. If this is a new company please insert (RegionName&Date) i.e. (Liverpool.28) after the company and re-save.