User Profile

Collapse

Profile Sidebar

Collapse
zaklost
zaklost
Last Activity: Sep 22 '08, 08:11 PM
Joined: Sep 17 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zaklost
    replied to Inserting data giving error message
    Hi, thank you again for the help. I was unaware of the different types of code in there. The person that wrote this is long gone from here and this is my first attempt at any of this. So thanks for being patient....
    See more | Go to post

    Leave a comment:


  • zaklost
    replied to Inserting data giving error message
    There are 3 things already being posted to the table. I am trying to get this posted along with them as well. I have tried to add redeem into the code already being used, but that did not work.

    This is the code that is being used already:

    Code:
    'DoCmd.OpenQuery "CRS Append Closingsales", acViewNormal, acEdit
        DoCmd.RunSQL "INSERT INTO closingsales ([Date], Cash, iou, change) " & _
    ...
    See more | Go to post

    Leave a comment:


  • zaklost
    started a topic Inserting data giving error message

    Inserting data giving error message

    Hello All,

    I'm really new to this, so sorry ahead of time. Trying to get data to be posted into a table along with other information that's already being put into there.

    I'm using access 2003.

    After hitting to post I get the error message : Run-time error '3346'


    Here is the code:
    Code:
        If Me.redeem > 0 Then
            DoCmd.RunSQL "INSERT INTO closingsales
    ...
    See more | Go to post
No activity results to display
Show More
Working...