473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Suggestions needed.

I'm trying to build a Quote program. I have looked at several threads but
still confused.

What I need is to be able to enter materials and labor. Both material and
labor have had codes assigned to them. Materials have a cost assigned to
them and labor has an hourly rate assigned. I have built tables for each

Labor

Materials

Quote Details

The main problem I'm having is using subforms in order to input information
for both labor and materials. Should the subforms be based on tables or
queries? There are several calculations that will need to be done I assume
they would be done in a query, is that right?

Any suggestions or commits would be appreciated.
Nov 13 '05 #1
1 1291

"jeff" <no**********@spm.com> wrote in message
news:tZUNd.54709$EG1.42573@attbi_s53...
I'm trying to build a Quote program. I have looked at several threads but
still confused.

What I need is to be able to enter materials and labor. Both material and
labor have had codes assigned to them. Materials have a cost assigned to
them and labor has an hourly rate assigned. I have built tables for each

Labor

Materials

Quote Details
Hi Jeff,

There should also be an Invoice table. As I see this, there would be an
Invoice Form with a Subform, and that Subform would be Order Details.

Combine Labor and Matierials into one table and add a checkbox for taxible
(if you charge tax)

Tables:
-----------
Invoice
Invoice Details
Labor-Matls
You can do your calculations in the query and then bind the fields on the
form to data fields in the query. Be mindful of which calculations you make
on-the-fly and which data is stored in a table. For example, if you raise
your labor rate six months from now, you would want any old invoices that
you open to not calculate values based on your new labor rate.
The main problem I'm having is using subforms in order to input
information for both labor and materials. Should the subforms be based on
tables or queries? There are several calculations that will need to be
done I assume they would be done in a query, is that right?

Any suggestions or commits would be appreciated.


Take it one step at a time. Do you have the Primary Key/Foreign Key thing
figured out?

Mike


Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Matt W | last post by:
Hi all, I'm planning to use MySQL's full-text search for my forum system (possibly 5+ million posts). I've been playing with it a lot lately to see the performance and functionality and have...
0
by: Matt W | last post by:
Hi all, I'm planning to use MySQL's full-text search for my forum system (possibly 5+ million posts). I've been playing with it a lot lately to see the performance and functionality and have...
0
by: Matt W | last post by:
Hi all, I'm planning to use MySQL's full-text search for my forum system (possibly 5+ million posts). I've been playing with it a lot lately to see the performance and functionality and have...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
45
by: Gregory Petrosyan | last post by:
1) From 2.4.2 documentation: There are two new valid (semantic) forms for the raise statement: raise Class, instance raise instance 2) In python: >>> raise NameError Traceback (most recent...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.