User Profile
Collapse
-
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.... -
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) " & _Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: