Q1? "In the report, I want the detail to show for the chosen TransType(s),
name, and date."
>>> I have this covered. the form calls the report. or would it be better to have the form open when the report opens?
Q3? " another issue: this report is printed for either all names or one. "
** Do not understand this question......
>>> I have a checkbox that says "Check to Print Report for One Name" - if this is not checked, it prints all of the names in the table for that period of time and transtype, if it is checked a listbox appears to allow them to choose a name. make sense?
thanks!!
NetworkTrade - 30 May 2007 00:29 GMT
> Q1? "In the report, I want the detail to show for the chosen TransType(s),
> name, and date."
>
> >>> I have this covered. the form calls the report. or would it be better to have the form open when the report opens?
*** Right - your form is open...so the report should open and include that
info that was entered into the form's text boxes...this should work fine...no
need to have the form open or anything like that....
>
>
> Q3? " another issue: this report is printed for either all names or one. "
>
> ** Do not understand this question......
> >>> I have a checkbox that says "Check to Print Report for One Name" - if this is not checked, it prints all of the names in the table for that period of time and transtype, if it is checked a listbox appears to allow them to choose a name. make sense?
*** The description makes sense. Is there a question? perhaps you include
this for completeness - which is ok.....I don't see that this fact has any
change for your first question.
> thanks!!
sbcaco - 30 May 2007 14:57 GMT
*** The description makes sense. Is there a question? perhaps you include
this for completeness - which is ok
>>>>>yes, I just put it in there as an fyi...it does add a little complexity to it.
the most important question I had on this was your 2nd question. anyone have
a solution for me??
thanks.
sbcaco - 31 May 2007 23:28 GMT
figured it out-- I made a UDF in that field and passed the form's parameters
to it. FoxPro and SQL are so much easier. :-o