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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Arak
  • Order by date
  1. Arak

    Saving an access report in PDF Format

    OK, here we do send PDF via Email. The Report must first have been saved after manually sending it to PDF form, Then you can succeed with code. It isn't very reliable sometimes and you need to buy and link in a PDF library from a third party vendor. "ACG PDF and Mail Library" =>...
  2. Arak

    Is there a 'split' function in SQL?

    declare @a int<br>declare @b char(4)<br>select @a = 1<br>While @a &lt; select len(list) from sourcetable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;begin<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;select @b = substring(list,@a,4) from...

Part and Inventory Search

Back
Top