P
peashoe
I have a combo box in a subform that uses the following query:
SELECT [TeamMascot].[TeamMascotName] FROM [TeamMascot] WHERE [School Or
Organization ID] = [Forms]![Registrations]![txtID] ORDER BY
[TeamMascotName];
basically, I need the Team Mascot name for the current record. This is
working fine, but when I go to the next record, the drop down is the
same as the old record. I need it to pull the current record (School Or
Organization) - like a refersh or something. Does anyone know what I
need to do?
Thanks in advance
Lisa
SELECT [TeamMascot].[TeamMascotName] FROM [TeamMascot] WHERE [School Or
Organization ID] = [Forms]![Registrations]![txtID] ORDER BY
[TeamMascotName];
basically, I need the Team Mascot name for the current record. This is
working fine, but when I go to the next record, the drop down is the
same as the old record. I need it to pull the current record (School Or
Organization) - like a refersh or something. Does anyone know what I
need to do?
Thanks in advance
Lisa