Joshlindsay
Registered User.
- Local time
- , 04:57
- Joined
- Jun 6, 2012
- Messages
- 17
Hi there,
I'm working on redeveloping my companies quotation and job system.
Currently we're quoting in excel and manually enter the data into an access database which populates the quote letter and then converts it through to a job. The goal is to move the full quoting process in to Access.
We're a printing company and no 2 jobs are the same so we'd need a broad range of options.
From a UI point of view I like the idea of using combo boxes for the lookups and checkboxes for the yes/no fields.
However I'm stuck with the concept behind getting my checkboxes on a form to work.
Ideally I'd like to check a box in the form for "creasing" which would add the EstimateID plus product ID and details for creasing to the TblEstimateProducts table.
I've been trying to figure out how this would work as a checkbox can only have a value of 0 or -1 not the ID field.
Below is how the tables could be made.
TblEstimate - ID, Name, Description, Quantity1, Quantity2, Quantity3,
TblEstimateProducts - ID, EstID, ProductID, ProductQuantity, Price
TblProducts - ID, Name, Price, Units, Minimum, Category
Another option is it could also be setup with a table as follows but I'd need to get the pricing etc from a products table based on if a field is checked or not.
TblEstPrinting - ID, EstID, PrinterID, SectionName, PaperID, TrimSizeID, Bleed, MergeFields, XMPieSetup, Trimming, Packing
TblEstFinishing - ID, EstID, Fold, Crease, CreaseFold, Handline, Collate, Stitch, Trim, Laminating, Binding
Attached is a screengrab of the form we've built.
This is saving the data in the table like the second example above without being able to access price information.
Any help you could provide would be much apprciated.
I'm sure I've explained this really badly so if you'd like anything clarified please ask.
I'm working on redeveloping my companies quotation and job system.
Currently we're quoting in excel and manually enter the data into an access database which populates the quote letter and then converts it through to a job. The goal is to move the full quoting process in to Access.
We're a printing company and no 2 jobs are the same so we'd need a broad range of options.
From a UI point of view I like the idea of using combo boxes for the lookups and checkboxes for the yes/no fields.
However I'm stuck with the concept behind getting my checkboxes on a form to work.
Ideally I'd like to check a box in the form for "creasing" which would add the EstimateID plus product ID and details for creasing to the TblEstimateProducts table.
I've been trying to figure out how this would work as a checkbox can only have a value of 0 or -1 not the ID field.
Below is how the tables could be made.
TblEstimate - ID, Name, Description, Quantity1, Quantity2, Quantity3,
TblEstimateProducts - ID, EstID, ProductID, ProductQuantity, Price
TblProducts - ID, Name, Price, Units, Minimum, Category
Another option is it could also be setup with a table as follows but I'd need to get the pricing etc from a products table based on if a field is checked or not.
TblEstPrinting - ID, EstID, PrinterID, SectionName, PaperID, TrimSizeID, Bleed, MergeFields, XMPieSetup, Trimming, Packing
TblEstFinishing - ID, EstID, Fold, Crease, CreaseFold, Handline, Collate, Stitch, Trim, Laminating, Binding
Attached is a screengrab of the form we've built.
This is saving the data in the table like the second example above without being able to access price information.
Any help you could provide would be much apprciated.
I'm sure I've explained this really badly so if you'd like anything clarified please ask.