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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top