cvopicka@yahoo.com wrote in message news:<1108019414.473273.285000@o13g2000cwo.googleg roups.com>...[color=blue]
> this is happening because it can't find the [cust#] so it is asking
> for teh data. the Me.[Cust#] what is that. if it is a text box (like
> a bound box to a column of the database) you might need to Cust#.Value
> which will return the value of teh box. the only other thing i can
> think of is the #. i will assume that is an abreviation but if it
> isn't rename that so that there is no # sign.
>
> that's all i can think of off the top of my head. hope this might help
> some.[/color]
Hey I renamed cust# and tried adding .value but neither has seemed to
work, the box asking for the parameter still comes up. Adding the
..value just seems to have changed the custID on the report so that
they are all whatever number i entered as the parameter...
Also when I have tried giving more info about which field to use, ie.
Form![FormName]![Field] it tells me that it can't find the field.
This is so frustating, it's the last thing I need to do and I just
can't seem to get it.