Subform Add record

  • Thread starter Thread starter Hank
  • Start date Start date
H

Hank

I created a form with at subform using the wizard. It worked fine -
including the ability to add new records to the subform.
I could not display a "Total" text box on the footer using the datasheet
view of the subform. When I changed it to a continuous or single form - I
can use the "Total" text box, but cannot add new records to the subform.

What am I doing wrong.

Hank
 
hi Hank,

wrote:
I created a form with at subform using the wizard. It worked fine -
including the ability to add new records to the subform.
What do you mean with "the ability to add new records"?
I could not display a "Total" text box on the footer using the datasheet
view of the subform. When I changed it to a continuous or single form - I
can use the "Total" text box, but cannot add new records to the subform.
Place the 'Total' Textbox in the form footer, call it txtTotal. Save
your form with your datasheet view.

Place a new Textbox on your main form. Its ControlSource must be
"=SubFormName!txtTotal".


mfG
--> stefan <--
 
I created a form with at subform using the wizard. It worked fine -
including the ability to add new records to the subform.
I could not display a "Total" text box on the footer using the datasheet
view of the subform. When I changed it to a continuous or single form -I
can use the "Total" text box, but cannot add new records to the subform.

What am I doing wrong.

Hank

Try putting the Total text box in the main form, not the subform's
footer.
 
Just what I needed,
Thanks Stefan

Stefan Hoffmann said:
hi Hank,

wrote:
What do you mean with "the ability to add new records"?

Place the 'Total' Textbox in the form footer, call it txtTotal. Save your
form with your datasheet view.

Place a new Textbox on your main form. Its ControlSource must be
"=SubFormName!txtTotal".


mfG
--> stefan <--
 

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