-
i will like to know, if it's possible to
print the result of a query.
First the user enter a word to query the
database, then the result appear in text box
one by one, but i would like to be able to print all the return fields and records in one single sheet, like a dbgrid, is it possible ?? i know how to print a form but, but it isn't big enought to contain all the fields..
Thanks in advance for your supoprt !!!!
and happy y2k to all of you
-
Maybe you can use Excel to do it. If you know how to write Excel macros, you can query the database, fill the worksheet's cells with the results and print the worksheet.