Paul Cooke
Registered User.
- Local time
- Today, 09:11
- Joined
- Oct 12, 2001
- Messages
- 288
I am sure I am missing something very simple here but for the life of me can't seem to think what is is !!
this is just a basic example here for simmplicity!
I have a two tables
Tbl1
NameID (PK)
FirstName
LastName
&
Tbl2
EventTypeID (PK)
Date
NameID
NameID is related on a 1 to many relationship from Tbl1 to Tbl2.
On my Tbl2 Form I have various fields inclding a Combo box from NameID. If I drop down the box the values are there to select no problem (so control source is fine), But when I select one and finish completing the form the value selected does not appear in the table or on any reports.
I really have no idea why not!
Can any one please help me !!
many thanks
this is just a basic example here for simmplicity!
I have a two tables
Tbl1
NameID (PK)
FirstName
LastName
&
Tbl2
EventTypeID (PK)
Date
NameID
NameID is related on a 1 to many relationship from Tbl1 to Tbl2.
On my Tbl2 Form I have various fields inclding a Combo box from NameID. If I drop down the box the values are there to select no problem (so control source is fine), But when I select one and finish completing the form the value selected does not appear in the table or on any reports.
I really have no idea why not!
Can any one please help me !!
many thanks