primary key in query

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

Guest

I use a program called pendragon forms to put access on teh palm and i map
the form onteh palm to a query. in order to append the record on teh palm,
the table or query that i map to needs to have a primary key.

how do i set a primary key on a query?

thank you,
russ
 
Russ said:
I use a program called pendragon forms to put access on teh palm and i map
the form onteh palm to a query. in order to append the record on teh palm,
the table or query that i map to needs to have a primary key.

how do i set a primary key on a query?

thank you,
russ

Russ,

In MS Access, Primary Keys are set on tables, not on queries. You do
this yourself, either via the GUI (the key shaped icon on the
toolbar), or by CONSTRAINTS in CREATE TABLE or ALTER TABLE DDL
queries.


Sincerely,

Chris O.
 

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