satone Posted February 2, 2011 Posted February 2, 2011 I'm building a database that, among other things, relates records in a CHILD table to those in a PARENT table via an ID#. (The ID# happens to be a concatenation of three other fields in the PARENT table.) The thing is, I entered 20 records in the PARENT table and about 35 related records in the CHILD table before I discovered the beauty of foreign key fields!! So anyway, I set up a foreign key field in the CHILD table. I know I did something right b/c, when I look at the 35 or so pre-existing records in the CHILD table, I see the drop-down list and can select ID#. HOWEVER when I create a NEW record in the CHILD table, I do NOT see a drop-down list next to ID#. No field, no box, no nothing.... So...... Wondering what I'm doing wrong? Any thoughts?
Recommended Posts
This topic is 5103 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now