Adding record to a subform in a query mainform

  • Thread starter Thread starter Sansanee
  • Start date Start date
S

Sansanee

Hi,

I have a main form with drop-down list of ClientID to query for schedule
data in the subform. I am trying to let the end user input additional
schedule into the subform but I get the error that I can't add a record into
a subform without a corresponding clientID. Can anyone tell me how I can
solve this problem. I turn the addition to true but it still does not work.

Thank you in advance,

Sunny
 
Sansanee said:
Hi,

I have a main form with drop-down list of ClientID to query for schedule
data in the subform. I am trying to let the end user input additional
schedule into the subform but I get the error that I can't add a record into
a subform without a corresponding clientID. Can anyone tell me how I can
solve this problem. I turn the addition to true but it still does not work.

Thank you in advance,

Sunny

It sounds like your subform is not linked to the main form (or, if it is, it
is not linked on ClientID).
 
Back
Top