None of my queries will allow me to edit data.
As a test I created a brand new DB on my C drive (Trusted location)
Added Tbl 1 and Tbl 2
Tbl 1
ID
Number
Status
Tbl 2
ID
User
Location
Number
Qry1
Join includes all of Tbl 1 and matches in Tbl 2
I have actually tried all three joins with no luck.
I have two entries in each table.
Qry shows me both entries and the data from both tables but I cannot edit.
SQL:
SELECT Table1.Number, Table1.Status, Table2.User, Table2.Location
FROM Table1 LEFT JOIN Table2 ON Table1.Number = Table2.Number;
I have tried:
Trusted Center Settings
Enabled all macros
Have no ODBC connections
No Group By, Transform clause, etc
None of the reasons stated by MS apply to this simple DB?
Any ideas?
Thanks.
As a test I created a brand new DB on my C drive (Trusted location)
Added Tbl 1 and Tbl 2
Tbl 1
ID
Number
Status
Tbl 2
ID
User
Location
Number
Qry1
Join includes all of Tbl 1 and matches in Tbl 2
I have actually tried all three joins with no luck.
I have two entries in each table.
Qry shows me both entries and the data from both tables but I cannot edit.
SQL:
SELECT Table1.Number, Table1.Status, Table2.User, Table2.Location
FROM Table1 LEFT JOIN Table2 ON Table1.Number = Table2.Number;
I have tried:
Trusted Center Settings
Enabled all macros
Have no ODBC connections
No Group By, Transform clause, etc
None of the reasons stated by MS apply to this simple DB?
Any ideas?
Thanks.