G
Grizz
I am trying to create a database that will store calculations temporarily
until I buy that item, which then record all figures. I don't know if this
is the correct way, but on my begining form, I enter todays prices in five
seperate testboxes. I need these to store just for one day which I can use a
button to clear these fields not a problem. On the next form I enter mileage
and rate, I need to clear out at the many different places I go to in a day,
again no problem can use a button to clear. Here comes my stumbling part, I
need those 5 textboxes fields from the begining form to be in a listbox or
combobox as one of my selections. View the name but pass the amount I can't
think what I need to get done for this to work right?
Ok now on to what I need below my selection is textboxes for yield and
weight. I will then hit a button to give me buy price This is where i need
all my calculations done (discount, cost in hauling, plant prices). If I am
interrested in it I then will enter what I bought it at and Save it. I need
every bit of information in my calculations to be updated to my main tables,
including todays prices mileage, rate, yield and weight. Including which of
the ten trucks took that load. Now my second question, am I doing this right
by using dummy tables to store my calculations? I didn't want them to be
recorded in the main table in case something gets stored there that shouldn't
or delete something that shouldn't have been. I have six seconds in between
sales and I do not want to store all data until I actually bought it. As you
can see this makes for a few queries. Well my thinking is that it will have
a few queries, but there could be an easier way thats why I am here.
I appreciate your help with the design layout
Thank You
until I buy that item, which then record all figures. I don't know if this
is the correct way, but on my begining form, I enter todays prices in five
seperate testboxes. I need these to store just for one day which I can use a
button to clear these fields not a problem. On the next form I enter mileage
and rate, I need to clear out at the many different places I go to in a day,
again no problem can use a button to clear. Here comes my stumbling part, I
need those 5 textboxes fields from the begining form to be in a listbox or
combobox as one of my selections. View the name but pass the amount I can't
think what I need to get done for this to work right?
Ok now on to what I need below my selection is textboxes for yield and
weight. I will then hit a button to give me buy price This is where i need
all my calculations done (discount, cost in hauling, plant prices). If I am
interrested in it I then will enter what I bought it at and Save it. I need
every bit of information in my calculations to be updated to my main tables,
including todays prices mileage, rate, yield and weight. Including which of
the ten trucks took that load. Now my second question, am I doing this right
by using dummy tables to store my calculations? I didn't want them to be
recorded in the main table in case something gets stored there that shouldn't
or delete something that shouldn't have been. I have six seconds in between
sales and I do not want to store all data until I actually bought it. As you
can see this makes for a few queries. Well my thinking is that it will have
a few queries, but there could be an easier way thats why I am here.
I appreciate your help with the design layout
Thank You