Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unbound textboxes not filling in.

Status
Not open for further replies.

ricm9

Programmer
Jun 7, 2002
20
US
I have a function that fills three textboxes when I run my report. The fuction is used as the data source of the third box. This is because one of the arguments is supplied by another textbox's value in the grouping.

Now here's the problem. On the first line the function is called, for some reason the box that contains the function is filled, but not the other two. The remaining lines of the report (however many) operate fine. Now if I click the design (view) report button, and click the run (view) button then the report behaves normally, and all boxes are filled in.

What is going on with the first run that doesn't happen any other time? Why aren't all of the boxes filled all of the time?
 
Further, I'm finding that the function is actually picking up one of the values from the previous line's textbox.

This is getting crazier.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top