I'm working on creating a simple database for my job, which uses only 1 table to track documents being worked on / created.
For the most part things are working smoothly, but during testing things while I'm adding in the relevant information I'm running into an annoying issue.
For the title field, it's set to require the title (ie Not Null), and no duplicates.
While entering data, unfortunately we have MULTIPLE copies of the request / information forms and having to deal with the error messages is annoying. Also, some of those copies have updated information (thus why there's so many ..) which needs to be updated in the database.
Is there a way for me to get the form so that after I enter the title, when I tab to the next control on the form IF there is already an entry in the table with that title, the form will pull up the entire record so that I can check that the information does match, and if there are any updates.. it's right there to be edited without me having to switch to the edit form from the data entry form?
Sadly I have very limited visual basic knowledge (when I was taking classes in college they were offering Java programming not VB so naturally.. I get asked to do this at work and I've been given several books to use for reference but I'm stumped..)
Is it possible and if so.. how?
For the most part things are working smoothly, but during testing things while I'm adding in the relevant information I'm running into an annoying issue.
For the title field, it's set to require the title (ie Not Null), and no duplicates.
While entering data, unfortunately we have MULTIPLE copies of the request / information forms and having to deal with the error messages is annoying. Also, some of those copies have updated information (thus why there's so many ..) which needs to be updated in the database.
Is there a way for me to get the form so that after I enter the title, when I tab to the next control on the form IF there is already an entry in the table with that title, the form will pull up the entire record so that I can check that the information does match, and if there are any updates.. it's right there to be edited without me having to switch to the edit form from the data entry form?
Sadly I have very limited visual basic knowledge (when I was taking classes in college they were offering Java programming not VB so naturally.. I get asked to do this at work and I've been given several books to use for reference but I'm stumped..)
Is it possible and if so.. how?