Creating a new record on a form where its' record source is a Quer

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

Guest

Is it possible to do this? I have a form "frmPipeline" with its' data source
being "qryUpdatePipeline".

The qryUpdatePipeline has its' record source being "tblPipeline".

I want users to be able to add records using the form I created however when
I try to do this the arrow with the asktricks (used to creat a new record) on
the bottom of the form is blocked out.

Any suggestions??

Thanks.
 
Is it possible to do this? I have a form "frmPipeline" with its' data source
being "qryUpdatePipeline".

The qryUpdatePipeline has its' record source being "tblPipeline".

I want users to be able to add records using the form I created however when
I try to do this the arrow with the asktricks (used to creat a new record) on
the bottom of the form is blocked out.

Any suggestions??

Thanks.

Not all queries are updateable.
Open the query itself.
You'll most likely find that the New Record button is also grayed out.

See Access help:
Query + Troubleshoot queries + Select Query + I can't update data
from a query + Data can't be updated
 

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

Back
Top