Is the UniqueID in the SubTable also a PrimaryKey?
As far as I can see, this SHOULD be working, although I have never set up
something exactly like this. The subform control should fill in the foreign
key field (which in your case is also the primary key). Perhaps if the main
table is read-only, so is the subform. It doesn't seem like it should be.
Make sure the subform (or the recordset behind it) is updateable.

Signature
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
On May 30, 7:18 am, "Roger Carlson" <RogerCarl...@noemail.noemail>
wrote:
> What is the datatype for your Unique ID in both the MainTable and the
> SubTable?
[quoted text clipped - 47 lines]
>
> - Show quoted text -
They are both text fields. Exact same properties.