Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

One-to-one relationship in adp

Status
Not open for further replies.

asafblasberg

Programmer
Jun 22, 2004
21
US
Hello i need to create one-to-one relationship in ADP project access 2003, so i drag my PRIMARY KEY from table1 to table2, and use the command:

select table1.t1, table2.td from table1 inner join table2 on table1.id = table2.id

but when i go to the form every tim ei put something in it says "Write conflict"

can someone help me with this
thanks
asaf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top