Cannot edit form information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This may be a simple factor of my ignorance, but when I do a form that takes information from a query that has several feeder queries (for calculations, etc.) I cannot edit any of the information on the form. This is supposed to be a data entry form as well as a lookup form (in fact, the lookup is secondary) but it's useless if I can't enter anything into it. I cannot even get a new copy of the form

Any ideas
 
Is the purpose of the form to update several tables at
once. If not, I would recommend making the Form's
RecordSource the table you are trying to update then making
the ControlSource of the lookup controls different queries
as you require.

Hope That Makes Sense
Gerald Stanley MCSD
-----Original Message-----
This may be a simple factor of my ignorance, but when I do
a form that takes information from a query that has several
feeder queries (for calculations, etc.) I cannot edit any
of the information on the form. This is supposed to be a
data entry form as well as a lookup form (in fact, the
lookup is secondary) but it's useless if I can't enter
anything into it. I cannot even get a new copy of the form.
 
Back
Top