Microsoft
Software
Hardware
Network
Question : db.Execute result
I'm using the following to insert a record in a table:
1: 2: 3:
sql="INSERT INTO table (Order,Quantity) VALUES ('test',10) db.execute (sql)
How can I find out the db.execute actually added a new record or not.
If the
order
field's
Index
is set to
Yes(No Duplicate)
it will fail to insert a new record if
Order
is duplicated
thanks for any kind of help
Answer : db.Execute result
Dim lRecs As Long
sql="INSERT INTO table (Order,Quantity) VALUES ('test',10)
With CurrentDb
.execute (sql)
lRecs = .RecordsAffected
End With
If lRecs>0 then ' it happened
mx
Random Solutions
Creating a yearly calendar in Excel...
my pdc crashed; unable to logon to 2003 servers; can you explain if this is because pdc is down
VB.Net Hotmail/Windows Live
javascript select menu that outputs the text without a submit button
Using querystrings with PHP
Help Virtualizing Server Rooms
Need to set up a VOIP IVR
Excel 2007 - If(and( using VLookup
Setup outline for Remote Desktop
PS2/USB Keyboard Not Working In Bios