aquaman
02-21-2002, 01:41 PM
Can I run a data report by binding data from a form? From what I've read I can only bind data from a data soure (database) to a data report. If so, can someone provide me with some ideas. I tried a and I get an error "Invalid Data Source".
Robby
02-21-2002, 02:14 PM
Do you mean data that the user may enter on the form, and you
want to use that data as criteria for your report?
aquaman
02-21-2002, 02:41 PM
Yes, basically I want to have the user fill out a form, have the user data set to a data report. Here is the whole picture, I need a form for user to fillout and print, but here is the catch. The user data is all I need sent to a printer. The printer will be loaded with a preprinted form and the data will be placed on the paper in the predefined areas. Any ideas would be appreciated.
aquaman
02-21-2002, 08:46 PM
Let me rephrase my question from earlier. Is it possible to pass a form variable over to a data report? If so, how. Thanks is advance.