Cannot edit form information

S

Steve Perrin

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
 
G

Gerald Stanley

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top