Forms...Subforms and removing fields

A

Aaron Sikora

Hi,

I have a form... that contains a subform
this subform draws info from a query

anyway.. on this subform i had 3 fields that i wanted to
get rid of.... so i deleted them...

now... everytime i open up this form containing this
subform... i get prompts like
ENTER PARAMETER VALUE:
account.mileageact2

then one for
account.mileageact3

then one for
account.mileageact4

how can i have those things stopppp

-Thanks :)

-Aaron [email protected]
 
S

Sandy Modesitt

Have you looked at the RecordSource for the subform? It may not have
removed the fields from the source query.

Sandy
 
Top