Samantha
still learning...
- Local time
- Today, 13:04
- Joined
- Jul 12, 2012
- Messages
- 182
I just don't know where to really start to accomplish what I would like. I am using 2010 and am a beginner. I have a database that holds all client information and jobs (for service industry). Currently we use Excel to track "work on hand" which is work that has been approved. I would like to incorporate this into Access before I spilt the database.
So, my thoughts are I would like a button (add to Work on Hand) on my "frmProposalDetails" which would take a few fields from the source table/current record "tblProposals" and insert them into "tblWOH". I attempted to set this up as a qry but it didn't work as I was expecting.
Info about my Tables:
tblProposals - JobNumber (PK), Company, ServiceAddress, ProjectDescription, ContractAmount, JobStatus (this is a combo box that gives two choices "Approved" or "Completed") Anything with an Approved status should be included on WOH and once it is changed to completed then it would come off.
In addition to the above fields I would like to add some additional fields, DateApproved, Scheduled? (Y/N), RemainingScheduledValue ($).
If someone can point me in the direction of accomplishing this I would be very greatful!
So, my thoughts are I would like a button (add to Work on Hand) on my "frmProposalDetails" which would take a few fields from the source table/current record "tblProposals" and insert them into "tblWOH". I attempted to set this up as a qry but it didn't work as I was expecting.
Info about my Tables:
tblProposals - JobNumber (PK), Company, ServiceAddress, ProjectDescription, ContractAmount, JobStatus (this is a combo box that gives two choices "Approved" or "Completed") Anything with an Approved status should be included on WOH and once it is changed to completed then it would come off.
In addition to the above fields I would like to add some additional fields, DateApproved, Scheduled? (Y/N), RemainingScheduledValue ($).
If someone can point me in the direction of accomplishing this I would be very greatful!