Table and Form Question

D

Denise

I am still very new to access. I have spent all morning designing a form.
After I got it complete I realized that I forgot to add something to the form
that is not in the table.

I created a table "Trauma Type" then added "TraumaType" to my "Trauma Info"
table and I used a look up wizard to link the two tables. Now how can I get
that "Trauma Type" to my form.

Thanks.

Denise
 
S

SusanV

Create a query with both tables and all the required fields, then change the
datasource of the form from the table to the saved query.
 
Top