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 strongm 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: *

  1. daviets

    Missing References across network

    The following code will loop through any selected reference. Function ReferenceInfo() Dim strMessage As String Dim strTitle As String Dim refItem As Reference On Error Resume Next For Each refItem In References If refItem.IsBroken Then strMessage =...
  2. daviets

    create pdf based on report?

    I need to be able to create pdf files based on MS Access reports, the report itself is very complicated (its the test card for an Engine.) So any method of producing a pdf from vba based on the report, would be much more preferable than any reworking of the report. Thanks
  3. daviets

    Multiple Access Security Files from code?

    Help I'm developing a VB6 application to enable automated daily export from several access databases in to oracle. I'm having no problem connecting and exporting the data from an individual db, and if the application is closed and run again a different db can be exported. My problem is that I...

Part and Inventory Search

Back
Top