Input Values

L

Lana

I have a form that asks for input of a value 3 times. The query by its self
asks only once. What did I do wrong? How do I make the form ask for input
only once?
 
G

GBA

that one field must reappear multiple times in the form; the most typical
case is where the value/field exists in the detail section but is then summed
or used in a calculation of another field - possibly in a footer or header
section....anywhere that field is referred to - either as a source of a
control or in any vba - - you will get that prompt...

your avoidance of this may be to first satisfy the criteria prompt coming
from the query separately - before the form opens...not sure how you will do
this given the limited info - but is worth consideration...
 

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

Top