G
Gilberto Lawas via AccessMonster.com
Hello,
I have a Many-To-Many relationship between [Main] & [RefMain], using a
junction table [JnxTbl]. It works fine. The problem I have is that I have
3 fields that point to [RefMain] for reference names.
But evey time that I make an entry, it doesn't add a record to the junction
table. I have to actually click on the expand button on the left of the
record, which opens a window to [JnxTbl] in order to get them to link.
Can someone tell me what I'm doing wrong?
For the fields in [Main] I put:
SELECT RefMain.ID AS xyz_ID_xyz, RefMain.RefName AS
xyz_DispExpr_xyz FROM RefMain;
When I look at the field, I get the drop down list, which makes me think
its working but no record in the [JnxTbl].
I have a Many-To-Many relationship between [Main] & [RefMain], using a
junction table [JnxTbl]. It works fine. The problem I have is that I have
3 fields that point to [RefMain] for reference names.
But evey time that I make an entry, it doesn't add a record to the junction
table. I have to actually click on the expand button on the left of the
record, which opens a window to [JnxTbl] in order to get them to link.
Can someone tell me what I'm doing wrong?
For the fields in [Main] I put:
SELECT RefMain.ID AS xyz_ID_xyz, RefMain.RefName AS
xyz_DispExpr_xyz FROM RefMain;
When I look at the field, I get the drop down list, which makes me think
its working but no record in the [JnxTbl].