Union Query- edit information

  • Thread starter Thread starter Joe
  • Start date Start date
I can't find any chat room.

=================
Click Chat (next to "Who's Here").

Result: Displays the Chat Center window.

Click the Room tab in the Chat Center window.

Select a Chat room, then click the Enter button
===============
 
Not to the problem as stated.

Perhaps if you stated your problem - what are you trying to do. You seem to be
trying to use a UNION query to solve some problem, but what is that problem.
Obviously it involves identifying some records in one or more tables and then
updating them, but ...
 
Originally I have planed to use the Union Query the
following way.

I have a table that each record keeps information about
the husband
and wife.
(I should've created a separate table, but it's too late.)

I need a Form based on the Query that's doing some
calculation
according to their age; the calculation will also be based
on
information entered into the form.

I'll have information from the husband and wife on the
same page.
That didn't work out good, because I wasn't able to edit
information
on the form, so I have created a separated Query for the
husband and
for the wife, and tried to configure the Control Source of
the fields
to the appropriate field on the query's but I'm getting
the ""
#NAME? "" error.

Both Queries' already configured to filter the family id.

Any advice

Thanks
 
Back
Top