Microsoft Access Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft Access Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 14th, 2005, 01:30 PM
Samantha Samantha is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2004
Posts: 2 Samantha User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Smile Problems with INSERT statement (from the subform)

Hello,

Please help - I keep getting a compile error and I'm running out of ideas. Please tell me what
the problem is!!

Private Sub cmdSignOffNoException_Click()
'record sign-off data into sign-off table (tblSignOff)
Dim db As DATABASE
Dim sSql As String
Set db = CurrentDb
sSql = "INSERT INTO tblSignOff(BusinessName,TotalMTD) values ('"&Me.frmSalespersonINPV.controls.BusinessName&"','"&me.frmSalespersonINPV.Controls.SumOfMTD Client Value&"')"
Debug.Print
db.Execute (sSql)
End Sub

Thank you and have a wonderful day,

Sam

Reply With Quote
  #2  
Old January 15th, 2005, 12:06 PM
lwells lwells is offline
Contributing User
Dev Articles Novice (500 - 999 posts)
 
Join Date: Sep 2004
Posts: 632 lwells User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 21 h 59 m 38 sec
Reputation Power: 5
Sam,

Try changing the SQL and see if that helps

sSQL = "INSERT INTO tblSignOff (BusinessName, TotalMTD) " & _
"SELECT tblSignOff.BusinessName, tblSignOff.TotalMTD " & _
"FROM tblSignOff " & _
"WHERE (((tblSignOff.BusinessName)=[Forms]![frmSalespersonINPV]![BusinessName]) " & _
"AND ((tblSignOff.TotalMTD)=[Forms]![frmSalespersonINPV]![SumOfMTD Client Value]))"

lwells

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft Access Development > Problems with INSERT statement (from the subform)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT