M
margaret hannah
I posted this earlier, but let me see if I can clarify.
I have three tables ... TBLTickets; TBLTicketsSold;
TBLDiscounts. TBLTickets has a field "ID", as does the
other two. TBLDiscounts.id and TBLTicketsSold.id both
have a many side of the one relationship to TBLTickets.ID.
When I enter data on my form, I first enter on FRMTickets
the relavant info. Then I go to FRMTicketsSold. The
control is =Forms![FRM Tickets]!id for text box
TBLTickets_id. This automatically tells the
TBLTicketsSold that the id number is the same number as in
TBLTickets. This works fine for FRMTicketsSold. However,
when I do the same process for FRMDiscounts, it's telling
me I do not have the relevant information for
TBLTickets.id.
What would make this work in FRMTicketsSold and not
FRMDiscounts?
I have three tables ... TBLTickets; TBLTicketsSold;
TBLDiscounts. TBLTickets has a field "ID", as does the
other two. TBLDiscounts.id and TBLTicketsSold.id both
have a many side of the one relationship to TBLTickets.ID.
When I enter data on my form, I first enter on FRMTickets
the relavant info. Then I go to FRMTicketsSold. The
control is =Forms![FRM Tickets]!id for text box
TBLTickets_id. This automatically tells the
TBLTicketsSold that the id number is the same number as in
TBLTickets. This works fine for FRMTicketsSold. However,
when I do the same process for FRMDiscounts, it's telling
me I do not have the relevant information for
TBLTickets.id.
What would make this work in FRMTicketsSold and not
FRMDiscounts?