
Originally Posted by
Access_Blaster
What I would do if I were in your shoes is make a backup copy of your database. Its not a problem that your a beginner, we have to get the data in our tables right or it makes our life soooooo much harder then it needs to be.
I believe the first dupe it comes across will be deleted, I could be wrong. A check box yes/no field would in my opinion be much better then a textbox that’s either empty or not... I have a contacts database where I use a checkbox on my form. When I check the box the after update property fires and places the current dated in a field, its name is DateCalled the same thing can be done for the time. You can then query the checkboxes to see if there null and build reports or whatever. Are you using forms for input?