I have a main table (contains-- Project num, rev, name, author, Tech writer
who worked on it, due date, ship date, type of manual, status, PM, PE, EE,
Notes)
Well, clearly you know what PM, PE, and EE mean - but nobody here
does.
I have a Shipment table (contains Project num, rev, name, due date, ship
date, type of manual)
That's a problem right there. The Shipment table probably should not
contain a name field. A Project has a name; a shipment doesn't. The
same is probably true for the type of manual.
What is the Primary Key of each table? If it doesn't have one... it
needs one. How are the tables related in the Relationships window? If
they're not... they should be.
I have also made tables that contain authors, EE, PM, PE, tech writers, type
of manuals, status to choose from.
Same questions.
I also made a switchboard to direct them to which form they need.
Fine, but irrelevant to this discussion.
I have no idea how to find record source properties.
Open the Form in design view. View its Properties (right click the
little square at the upper left intersection of the rulers). Select
Properties. (There are other ways to see them but this is quick and
easy). Find the Data tab. The Record Source is the first line. What's
in it?
muddled through as far as I have --cant write expressions, and not sure how
to set up reports.
Nobody, you included, has said anything about expressions or reports
yet!
I'm GUESSING - based on the little you've posted - that you're trying
to use separate forms for each table. It's likely that you would do
better to have a Form for the Project table, with a Subform for the
Shipments table. Since I don't know the business logic (does a
Shipment apply to a Project, or a Manual, or multiple Manuals, or
what?) I'm not sure how the form and subform should be linked, but
it's *not* going to be necessary to "update data from one form to
another".