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

Recent content by fyrewall

  1. fyrewall

    Exporting to a snapshot in Access '97

    Hi All, I want to automate the export of a number of reports in snapshot format using Access '97. I've installed SR-1 and this gives me the facility to export in snapshot format, but I can't seem to find any way of automating this process using code or a macro. Any suggestions would be...
  2. fyrewall

    How do I separate a string into alpha and numeric parts?

    Looking at your example, you could use left$(Original,3) and right(Original,4) to split it up. If you don't know how many alpha characters there are, you could use the val() function to look at the value of each character. If the value is zero and the character <> &quot;0&quot; then it's a...
  3. fyrewall

    Publishing a report in HTML

    Hi all, I'm new to HTML and web development and have been asked if it is possible to publish an Access report on a browser. I've created the report in Access '97 and it looks fine. Everything is lined up and I'm using the OnFormat property of the detail section to change the colour of a field...

Part and Inventory Search

Back
Top