I apologize in advance for such a question, but apparently the brain cell that knew how to do this has died...........
I'm trying to create a basic parent/child form. When I do, my child link field doesn't appear to inherit the value from the parent......
parent table - Customer (name text(50))
child table - Order (name text(50), quantity (number))
Create a form with the form wizard, tell it to use Customer, select all the fields (Name), then select Order, tell it to use all the fields (Name, Quantity), tell it to make it a subform... SO, I get a customer form with Name, and an Order subform with Name and Quantity.
I THOUGHT by doing this as a master/detail "Name" on the subform wouldn't be visible, and would AUTOMATICALLY get the Name value from the parent. It appears that neither of these is currently true...
Which means I've GOT to be doing something wrong or forgetting something... What have I got goofed up?
I have other, previously created master/detail forms that work fine. I've looked at a couple, and I'm absolutely NOT figuring out how the relationship is being handled...
So, go ahead and laugh, but tell me the what I've forgotten...