I have a contact for For paents everything works except for the Go to drop down. Here is the row source for the drop down:
SELECT [Parent ID], [Parents Name], [E-mail Address] FROM Parents WHERE [Parent ID]<>Nz(Form![ID],0) ORDER BY [Parents Name];
I have included 2 pictures of the macro...