New info = New Problems. Please help me out.

E

Excel'ed Failures

My database currently records all the "On Hold" parts with defects made in
our plant. Recently my boss requested that it have some sort of "Scrap Part"
investigation. I made a new Table and tried to put it on my exsisting form.
Name errors occured.. How do I add new table features to a old form?
 
K

Ken Snell [MVP]

You'll need to give us a lot more info about your form and tables and what
you're trying to do.
 
J

John Ortt

It depends on the source data for the form. If the source data is based on
a query you should be OK as you can add the new table to the query (look at
properties on design view) . If it is based on the source table you would
have to change it to a query to pull data from the other table aswell.

Hope that helps,

John
 
E

Excel'ed Failures

A query... why didn't I think of that thanks! Mr. Ortt you are a life saver.
 
Top