A
Amy Blankenship
I have a Combobox in a datasheet-style subform set with this query:
SELECT frmClassSetup.UserID, ([FirstName] & " " & [LastName]) AS FullName
FROM frmClassSetup WHERE (((frmClassSetup.OrganizationID)=[Forms]![Class
Setup]![OrganizationID]));
ftmClassSetup is a query I set up to use in this form, hence the frm prefix.
Set with the column widths 0" & 1", Bound column 1. However, when I preview
the form and click an item in the resulting drop-down, even though the item
highlights. The parent form is set to not allow edits, additions, or
deletions, but the subform has been set to allow these.
Any thoughts?
Thanks;
Amy
SELECT frmClassSetup.UserID, ([FirstName] & " " & [LastName]) AS FullName
FROM frmClassSetup WHERE (((frmClassSetup.OrganizationID)=[Forms]![Class
Setup]![OrganizationID]));
ftmClassSetup is a query I set up to use in this form, hence the frm prefix.
Set with the column widths 0" & 1", Bound column 1. However, when I preview
the form and click an item in the resulting drop-down, even though the item
highlights. The parent form is set to not allow edits, additions, or
deletions, but the subform has been set to allow these.
Any thoughts?
Thanks;
Amy