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 Shaun E 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 Hosacans

  1. Hosacans

    VB 6.0 to call MS Access Macro

    I've checked several FAQs and threads on this topic in the VB6 forum... from what i gathered, calling a MS Access Macro is NOT possible without MS Access installed in the client computer- without referencing any Access Object library in VB... the macro i set up in MS Access does several text...
  2. Hosacans

    VB 6.0 to call MS Access Macro

    thanks for the tips. Hosackies
  3. Hosacans

    VB 6.0 to call MS Access Macro

    Hi all, I'm trying to make an .exe using VB 6.0 to call an MS Access macro. I found the following code on the web. Set your project references to MS Access x.x object type library and try running this code: Public Sub RunAccessMacro(strDB As String, strMacro As String)...
  4. Hosacans

    Deployed package installation error from Access 2000 Developer

    It's running on Windows XP, office 2000
  5. Hosacans

    Deployed package installation error from Access 2000 Developer

    HI All, I recently started working with the Access Runtime tool in Office Developer 2000. I've successfully packaged a database and also deployed it to a machine that doesnt have Access installed. however, when i run setup for this package in that machine, i get an installation error that reads...
  6. Hosacans

    shrinking subreports to fit in main report...

    I finally figure out how the reports were shrinking. It had nothing to do with access, but rather the scale functionality in adobe acrobat. it's simply that the sub reports were formatted with 11x18 paper, then acrobat scales it down to letter size... thus when i see page setup... access is...
  7. Hosacans

    shrinking subreports to fit in main report...

    i guess what i am trying to say is that Access have some kind of control or report properties that will fit/shrink a larger subreport to the main report without having to readjust the sizes of all the contents in the sub report. This will save me a lot of time to manually readjust everything i...
  8. Hosacans

    shrinking subreports to fit in main report...

    Hi All, I have 3 sub reports each with different widths, and one of the sub reports is too wide for a letter size layout, even with margins set to zero. Normally i would adjust the content of the subreport to fit the main report. But in this case, i cant find any more space to give, and the...
  9. Hosacans

    Page Break between reports

    Hi All, I have another question on report formatting, I have 3 sub reports each with different widths, and one of the sub reports is too wide for a letter size layout, even with margins set to zero. Normally i would adjust the content of the subreport to fit the main report. But in this case, i...
  10. Hosacans

    Error on multiple find/select do loop

    Thanks Skip, That worked wonderfully. Hosacans
  11. Hosacans

    Error on multiple find/select do loop

    Skip, This is putting it through an infinite loop and deletes all the data. Please advise. Thanks Hosackies
  12. Hosacans

    Error on multiple find/select do loop

    Hi All, I have a spreadsheet with multiple columns that contains the same header. I want to write a macro that will delete the entire column with that header. here's what i have so far N(1) = "Pen %" N(2) = "LY R Sls " N(3) = "LY U Sls " N(4) = "Chg %" N(5) = "TY U EOH...
  13. Hosacans

    How to extract images in Access stored as OLE objects?

    Thanks this is a great tool!! -Hosacans
  14. Hosacans

    How to extract images in Access stored as OLE objects?

    HI All, the database that i am using is getting to big due to the ole objects. I searched in the Access VBA forum and found that there's a way to display images on reports using a link. I am going to try converting my database to that but first i want to extract all the images i've stored on my...

Part and Inventory Search

Back
Top