justinwright
Registered User.
- Local time
- Today, 15:15
- Joined
- Jul 14, 2010
- Messages
- 19
I've searched through a lot of places, but I can't seem to find the correct solution for my problem (probably because I'm almost a complete VBA newbie, and even then not so well-versed in Access).
Anyways, I'm trying to make a button on a form in Access 2007 (which serves at the input form - called Input_Screen - for a table called List) to append the data from List to a larger database called CHARGES.
The fields in List are:
SITE
PDATE
PAMOUNT
DESC
DESC1
ACHGROUP
Deduct/Add
Initial
The fields in CHARGES are:
SITE
PDATE
PAMOUNT
DESC
DESC1
ACHGROUP
I only want to append the data for the fields that are currently in CHARGES from List (disregarding the Deduct/Add and Initial fields). I'm also trying to figure out a second button to clear the List table completely, so I can start over with a clean database (I'm generating reports and such off of it that will change, but I want to keep the DB CHARGES for sort of an archive, as well as a few more uses I have in mind.
Any help is much appreciated... again, sorry that I'm so entirely helpless in VBA
.
Anyways, I'm trying to make a button on a form in Access 2007 (which serves at the input form - called Input_Screen - for a table called List) to append the data from List to a larger database called CHARGES.
The fields in List are:
SITE
PDATE
PAMOUNT
DESC
DESC1
ACHGROUP
Deduct/Add
Initial
The fields in CHARGES are:
SITE
PDATE
PAMOUNT
DESC
DESC1
ACHGROUP
I only want to append the data for the fields that are currently in CHARGES from List (disregarding the Deduct/Add and Initial fields). I'm also trying to figure out a second button to clear the List table completely, so I can start over with a clean database (I'm generating reports and such off of it that will change, but I want to keep the DB CHARGES for sort of an archive, as well as a few more uses I have in mind.
Any help is much appreciated... again, sorry that I'm so entirely helpless in VBA
