data entry = yes => blanc form

  • Thread starter Thread starter nicholas
  • Start date Start date
N

nicholas

Hi!

Got following problem:

I have a form to insert data. (= creates new records)
I have another form to search existing records.
When a record is found, I select and open it to edit it.

On that form there is the option "Data Entry".
If it is set to no, I can see the form layout and contents, but I cannot
edit it.
If it is set to yes, nothing appear. I just get a blanc form.

Any idea what could be happening?

Thanks!
Nic
 
Make sure the the query the form is based on is an updatable query. To find
out open the query and see if you can change any data.
 
nicholas said:
The form is linked to the table.
There's no query involved.

If you used the form wizard to create the form then the wizard likely
created a query based on your table. Have you actually checked the
RecordSource property?
 

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