i will be entering some data and which is getting stored in C:
(excel format). i would like to cross verify the data whether it is already stored in the database or not.
For example , if i do enter the same number, it should display - 'The entered detail is already exists'.
and if the entering data is not present in the data base(excel data), then it should allow for new entry.
please help me in resolving this .
Thanks in advance.. :)
(excel format). i would like to cross verify the data whether it is already stored in the database or not.
For example , if i do enter the same number, it should display - 'The entered detail is already exists'.
and if the entering data is not present in the data base(excel data), then it should allow for new entry.
please help me in resolving this .
Thanks in advance.. :)
Comment