tei, Open your form in design view. Before clicking on anything select the
View/Properties option from the main menu at the top. On the All tab the
first item is Record Source. Click the drop down box and select the table
or query you want to use for the record source. Close this window. Before
clicking on anything again select View/Field List from the main menu. A
window will pop up with the available fields from your record source. As for
a customer ordering 5 items all you have to do is use a quantity to order
field..
--
Reggie
----------
Yes I know but I couldn't create a form from the table so I created
the
form first. I have now created the table but still cannot get them to
connect - keeps coming up with Runtime Error 2452. I right click on form but
cannot see anywhere to alter to make connection. It keeps asking me to debug
but the info that comes up is, at present, a foreign language to me. Is
there a tutorial with Northwinds sample database indicating how it was
built? Also say in the table I have a customer who wants to order five
items - at present it is creating five records when I want them all on one
record - is this possible - thanks for your patience. complete
novice stage - hope I don't grow old before then!
:
That's the opposite of how it's done. You don't create tables from forms.
Rather, you create the tables, then you use the forms to provide a "window"
into your table. As well, computed fields (such as Subtotal and Grand
Subtotal) shouldn't be stored in the table: recalculate them if required.
You might take a look at the Northwinds sample database that came with
Access: it has specific examples handing invoices.
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
I am just starting Access. Can one enter data in a form and create tables
from the data entered? Also I have created an invoice in Design
View.
Three
of the fields will be Units Ordered, Quantity and Price. I would like to
fill each of these in (depending on the order) from a drop down
list. I
then
need to multiply Quantity x Price to get a Subtotal. I then need all the
Subtotals to automatically get a Grand Subtotal (I would then add
S&H 7%
min
$3.95) to this + Sales Tax if appropriate to get Total - any advice
on
how
to do this greatly appreciated - thanks.