G
gary b
George... I'm a relative newbie, but I'll take a shot at
this one.
Add fields in your table which correspond to the data you
will be adding later: freight cost, number of pallets,
etc. On the form which displays the results of the query,
add controls bound to these fields.
When the user calls up record(s) via the query AND enters
data into any of the fields on the form, the data will be
transferred to the table.
Hope this helps.
gary b
"The secret of life is honesty and fair dealing. If you
can fake that, you've got it made." - Groucho Marx
information from the linked table which i do throiugh the
query. In addition on the form i want to have a user
enter field to add information fro freight cost, pallet
charge, and other expenses. Is the best way to do this
through a make table query.
this one.
Add fields in your table which correspond to the data you
will be adding later: freight cost, number of pallets,
etc. On the form which displays the results of the query,
add controls bound to these fields.
When the user calls up record(s) via the query AND enters
data into any of the fields on the form, the data will be
transferred to the table.
Hope this helps.
gary b
"The secret of life is honesty and fair dealing. If you
can fake that, you've got it made." - Groucho Marx
received, and cost. I wat to be able to pull this-----Original Message-----
I wrote a query that displays po number, vendor, items
information from the linked table which i do throiugh the
query. In addition on the form i want to have a user
enter field to add information fro freight cost, pallet
charge, and other expenses. Is the best way to do this
through a make table query.