Delete of Record Navigation disabled in continuous form of ADP

S

Simon Niederberger

Hi

I have an ADP (Access 2002, using Access 2000 format) w/ SQL Server. In a
simple continuous form with a table "Teams" as record source, the delete
button is disabled in the record navigation. Settings are:

Form
Allow deletions: Yes
Allow edits: Yes
Show Record selector: Yes

Table Teams:
ID: primary key, Increment
Description: varchar(100)
(No foreign keys to or from table)

If I open the table directly in Access, delete works. But in the form (but
continuous form and datasheet), delete is disabled. What do I have to check?

Thanks
Simon
 
B

Baz

Simon Niederberger said:
Hi

I have an ADP (Access 2002, using Access 2000 format) w/ SQL Server. In a
simple continuous form with a table "Teams" as record source, the delete
button is disabled in the record navigation. Settings are:

Form
Allow deletions: Yes
Allow edits: Yes
Show Record selector: Yes

Table Teams:
ID: primary key, Increment
Description: varchar(100)
(No foreign keys to or from table)

If I open the table directly in Access, delete works. But in the form (but
continuous form and datasheet), delete is disabled. What do I have to check?

Thanks
Simon

There isn't a delete button in the record navigation buttons. The red
button with a white cross in it is a cancel query button, not a delete
button.

It's only enabled when the query populating your form, datasheet or whatever
is still running. Clicking it will stop the query, it will not delete
anything.
 
S

Simon Niederberger

Now I feel kinda stupid, but anyway, thanks for the explanation ;-)

Simon
 

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