SELECT tblContacts.[Contact ID], tblContacts.[Last-First Name], tblContacts.[Address 1], tblContacts.[Address 2], tblContacts.City, tblContacts.State, tblContacts.[Zip Code]
FROM tblContacts;
Note:
I have noticed that subdatasheet code does not appear here?
To insert the datasheet I open this...