sconly
10-14-2002, 04:22 AM
is it possible to use an inputbox on a report so i can change text in a textbox or a caption on a label ?
|
View Full Version : Inputbox on reports sconly 10-14-2002, 04:22 AM is it possible to use an inputbox on a report so i can change text in a textbox or a caption on a label ? Rich 10-14-2002, 04:26 AM Reports are not interactive, use a form for inputting the data you require, and reference the form/fields on the report, keep the form open while running the report sconly 10-14-2002, 06:45 AM i thiught as much Rich. CHEERS !! |