J
J. Renee
I have a main table, tblParents, and a one-to-many related table,
tblParentContacts, related by ParentID, an autonumber.
I am trying to design a form in datasheet mode based on a query.
The query contains ParentID, Last Name, FirstName, and one field that
concatenates the parent's first and last names (LastName, FirstName) from
tblParents and also contains the ContactDate, ContactTime, ContactReason,
etc. from tblParentContacts. (I've also tried using ParentID from
tblParentContact instead - no difference.)
In the first column of the datasheet form I want a combo box that will list
all the names in tblParents in the LastName, FirstName format. The person
entering the data will select a parent from that combo box and then enter the
details of the contact. I don't want the form to include the ParentID since
we don't use that outside of the database.
However, my combo box is always blank and nothing can even be entered in
that field. I'm assuming the query isn't updateable with that calculated
field, but I don't know how else to accomplish this.
Thanks in advance for your help.
tblParentContacts, related by ParentID, an autonumber.
I am trying to design a form in datasheet mode based on a query.
The query contains ParentID, Last Name, FirstName, and one field that
concatenates the parent's first and last names (LastName, FirstName) from
tblParents and also contains the ContactDate, ContactTime, ContactReason,
etc. from tblParentContacts. (I've also tried using ParentID from
tblParentContact instead - no difference.)
In the first column of the datasheet form I want a combo box that will list
all the names in tblParents in the LastName, FirstName format. The person
entering the data will select a parent from that combo box and then enter the
details of the contact. I don't want the form to include the ParentID since
we don't use that outside of the database.
However, my combo box is always blank and nothing can even be entered in
that field. I'm assuming the query isn't updateable with that calculated
field, but I don't know how else to accomplish this.
Thanks in advance for your help.