Steve
I need to see customer name (Customer Table) with there area (Cut table)
and the cut week (Cutwork table), so that i can enter the data in the cut
week field for the customers that were cut that week. I am looking to enter
90 to 120 entries in a day. Doing the sub-forms still only lets me look at 1
record at a time. Am I
trying to do the impossibe here? The Estimate table only has 2 fields that I
need for this query. I will be putting Customer information in the customer
table from a form, then the estimate information from a form, cut information
from a form, the nice neet idiot proof ones. I have those all made linked
together works great. Now trying to put this in a datasheet form to input the
cuts (date) quickly. I hope this isn't to confusing.
Here is the information you asked for. If you need anything else just let me
know.
Thanks for your help and advise.
Customer Table
CustomerID
MyCounter
ABC
FirstName
LastName
Address
City
MapPage
MapPageLetter
MapPageNum
Cut Table
CustomerID (Foreign Key)
CutCust2010
CutArea
CutOrdNum
CutPrice
CutEOW
CutComments
CutLR
CutWork Table
CustomerID (Foreign Key)
Cutwk1
Cutwk2
Cutwk3
Cutwk4
Cutwk5
Estimate Table
CustomerID (Foreign Key)
Services
SqFt
These are the fields that I am putting in my query to try and make a
datasheet form for quick entries in the cut weeks. All tables have a primary
key except for the Cut table, but I do have a field that Can be put as a
primary key.
--
Lenee
"Steve" wrote:
> Lenee,
>
> Your tables probably need a simple tweak! I presume you want to enter an
> estimate for a customer. Is that correct? Please explain Cut Table and
> CutWork Table. Is CutWork the details of a Cut? Could you respond back with
> the fields in the Estimate Table, Cut Table and CutWork Table in this
> format:
>
> Estimate
> EstimateID
> <your fields>
>
> Cut
> <your fields>
>
> CutWork
> CutworkID
> <your fields>
>
> Steve
>
>
> "Lenee" <(E-Mail Removed)> wrote in message
> news:65238FDD-A873-4E50-8EAD-(E-Mail Removed)...
> > Steve you were right. Is there any way to make it updateable?
> > --
> > Lenee
> >
> >
> > "Steve" wrote:
> >
> >> Your query is probably not updateable. Open the query and look at the
> >> navigation buttons. If the new record button os grayed out, your query is
> >> not updateable. When a query is not updateable, you won't be able to add
> >> new
> >> records to a form based on the query. For example, union queries and
> >> crosstab queries are not updateable.
> >>
> >> Steve
> >> (E-Mail Removed)
> >>
> >>
> >> "Lenee" <(E-Mail Removed)> wrote in message
> >> news:A5BB1169-7B01-4686-A0AF-(E-Mail Removed)...
> >> >I have created a datasheet form from a query everything is there. I am
> >> >trying
> >> > to enter data here but it will not except it here. Any help would be
> >> > greatly
> >> > appreciated.
> >> > --
> >> > Lenee
> >>
> >>
> >> .
> >>
>
>
> .
>