asafblasberg
Programmer
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
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