papadega3000
Registered User.
- Local time
- Today, 15:29
- Joined
- Jun 21, 2007
- Messages
- 80
I have a issue where I have a relationship that is a one to many relationship that relates FieldX in TableA to FieldY in TableB. The problem I have is that I made separate forms that inputs data into the tables but it does not relate the two.
How can I make the forms establish the relationship?
TableA is the ,for lack of a better term, parent and TableB is the child.
You would input data in TableA's Form then proceed to the next form
My idea was to to have a drop down box that queries TableA and then you select the item you want to relate then enter the data into that form and then when you make a query the Field comes up with the related tasks.
How can I make this work. Do I need to write VBA or is there another way.
How can I make the forms establish the relationship?
TableA is the ,for lack of a better term, parent and TableB is the child.
You would input data in TableA's Form then proceed to the next form
My idea was to to have a drop down box that queries TableA and then you select the item you want to relate then enter the data into that form and then when you make a query the Field comes up with the related tasks.
How can I make this work. Do I need to write VBA or is there another way.