No announcements
Found 2929956 threads
-
0 Votes
Prevent duplicate entry of a record, but allow edits of the same record.
Select the field that you want to make sure has unique values.Answered | 3 Replies | 420 Views | Created by InnVis - Monday, August 19, 2019 12:57 PM | Last reply by ForssPeterNova - Monday, August 19, 2019 2:01 PM -
0 Votes
ComboBox and How to prevent duplicate record
again. 2nd Question is on How to prevent duplicate record? I have 1 comboBox for the tool name and 2 textbox for ...Unanswered | 0 Replies | 3781 Views | Created by tk4003015 - Tuesday, July 3, 2007 8:13 AM | Last reply by tk4003015 - Wednesday, July 4, 2007 4:00 AM -
3 Votes
Prevent from insert duplicate record
Define the unique column as a PrimaryKey. Then, when you insert the new rows, use try and catch. Nothing duplicate will be ...Answered | 8 Replies | 8526 Views | Created by Kanyau - Thursday, September 1, 2011 4:30 AM | Last reply by Kanyau - Thursday, September 1, 2011 4:34 PM -
0 Votes
Stop insert of duplicate record
Hi David, a duplicate record is not quite the same as a duplicate key. How do you know which one you want to keep? My ...Answered | 3 Replies | 2230 Views | Created by KIWI DAVE - Monday, October 29, 2012 5:16 AM | Last reply by Venkats - Monday, October 29, 2012 5:54 AM -
0 Votes
Allow multiple users to update same record
Hi, I have a situation where there is one record in database table i.e. 'abcde'. And User 'X','Y' and "Z' tries to update that record at ...Proposed | 1 Replies | 903 Views | Created by IamCkNitin - Tuesday, May 20, 2014 4:10 AM | Last reply by Olaf Helper - Tuesday, May 20, 2014 6:29 AM -
0 Votes
Insert a Duplicate Record
HellO i need to insert a record thats a dup of another record. The studentID is francorobertjr which got turned into a duplicte ...Answered | 2 Replies | 2393 Views | Created by desireemm1 - Friday, November 4, 2011 6:09 PM | Last reply by desireemm1 - Friday, November 4, 2011 9:46 PM -
0 Votes
Delete a duplicate record
than in queries. Use your union query and include a field for which table the record came from, then loop through the records of your ...Answered | 7 Replies | 2755 Views | Created by KIWI DAVE - Monday, July 11, 2011 5:12 AM | Last reply by -suzyQ - Monday, July 11, 2011 9:42 PM -
0 Votes
Duplicate record in report
add ____ comment in schedule report. report is using store procedure but somehow comment field is showing duplicate record in final report, all other fields are ... -
2 Votes
populating the duplicate record
;1.000000000000 1310900 2010-03-31 00:00:00.000 BH_IMov0002 0 000731_088 868.320000000000 41.000000000000 From the above result it is ...Answered | 2 Replies | 7730 Views | Created by jhsharma - Thursday, May 6, 2010 6:43 AM | Last reply by jhsharma - Thursday, May 6, 2010 10:26 AM -
0 Votes
Update a record based of a record in the same table
Sorry - I probably was a bit too vague. I have a table that has a ton of data in it. Think of it as an event type table, where there are ...Answered | 4 Replies | 7286 Views | Created by smrobin - Wednesday, August 16, 2006 9:59 PM | Last reply by anomolous - Wednesday, August 16, 2006 10:52 PM -
0 Votes
How to get multiple mailing labels of the same record.
would like to allow the user to also select the number of labels they wish to print for that record. Can anyone help with this ... -
1 Votes
Duplicate Record in Form
until the user either enters data in other bound controls, or edits one of the default values. If you want a new record to be ...Answered | 6 Replies | 1828 Views | Created by Work27 - Wednesday, August 8, 2012 6:07 AM | Last reply by Dummy yoyo - Wednesday, August 22, 2012 8:20 AM -
0 Votes
Making a Copy of a record in the same bindingsource
; drop so VS2005 creates the tableadapter and bindingsource for me. What I would like to do is somehow be able to make a copy of an existing record in the ...Answered | 2 Replies | 6835 Views | Created by DarkAraym - Friday, September 14, 2007 8:30 PM | Last reply by Yun Feng - Saturday, September 15, 2007 4:44 PM -
0 Votes
Prevent duplicate entry
Hi All, I have a sharepoint form to add employee name, email. here if anybody add the same entry more than one time then need to show ...Discussion | 4 Replies | 8092 Views | Created by ShajiManj - Tuesday, April 19, 2011 9:33 AM | Last reply by ShajiManj - Tuesday, April 19, 2011 10:58 AM -
0 Votes
Duplicate Record
;JOIN, and am not sure where to put the logic for the weeding out of the two same last names. It seems to me that I ...Proposed | 10 Replies | 1077 Views | Created by BonSand - Wednesday, February 20, 2013 12:14 AM | Last reply by Naomi N - Wednesday, February 20, 2013 8:27 PM -
0 Votes
Insert a duplicate record
Hello I want to make sure I'm doing this correctly, I need to insert a person that was entered twice but under two different names and I need to make sure my insert statement is ...Answered | 1 Replies | 1935 Views | Created by desireemm1 - Tuesday, May 8, 2012 4:18 PM | Last reply by Naomi N - Tuesday, May 8, 2012 4:23 PM -
0 Votes
How to prevent multiple people update the same record
Not sure if it is a good place. One year ago I was asked a question during the interview. If many people try to update the same ...Answered | 2 Replies | 502 Views | Created by HZ.USA - Friday, April 7, 2017 8:32 PM | Last reply by Erland Sommarskog - Friday, April 7, 2017 9:37 PM -
0 Votes
Bindingsource record duplicate?
All, I am looking for a fast/efficient way to duplicate the current record displayed on a form. Once ...Answered | 1 Replies | 3914 Views | Created by REdelman - Saturday, August 11, 2012 2:16 PM | Last reply by Kareninstructor - Saturday, August 11, 2012 3:32 PM -
0 Votes
Transforming Duplicate Data Record
for same record would help you to identify which one of those primary keys for a record is correct or which ont to keep. Even if that ...Answered | 3 Replies | 1180 Views | Created by Yookos - Thursday, June 20, 2013 6:45 AM | Last reply by Bhawesh Vithalani - Thursday, June 27, 2013 4:13 AM -
0 Votes
Duplicate Record Set
When you say it didn't work the way you wanted, what happened? Did it allow the duplicate record without throwing an error? Or, did it throw ...Answered | 4 Replies | 3058 Views | Created by seunny - Monday, September 5, 2011 4:43 AM | Last reply by seunny - Monday, September 5, 2011 8:53 PM - Items 1 to 20 of 2929956 Next ›
No announcements