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 Mike Lewis 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. tonybli

    Help with fields in reports

    Ahhhhhhhh...I thought I was going to have to slam my head into a window!!! You have saved me. And that event seems to fire every time the record changes so no loop required to load the image. That is pretty cool.. Thanks a lot for the help
  2. tonybli

    Help with fields in reports

    Sorry I missed part Me![Image1].Picture = "Y:\some loc\" & Me![fldAutoNumber].value & ".bmp" is what it should've read.
  3. tonybli

    Help with fields in reports

    Thanks for responding. The project is on a different computer but I will sum up as best I can. When the report opens, so Private Sub Report_Open(Cancel as Integer) Dim x as Integer, sqlString as String, strTrimSql as String Open "Y:\dataloc\Sometext.txt" For Input As #1 Line Input...
  4. tonybli

    Help with fields in reports

    Hey All - Ok first let me say I'm new to access so go easy... I have some experience with VB6. My issue - I have an VB6 program that uses data in an access table. When it's time to print the vb6 app opens an instance of access and the needed report (all is well up to this point). The vb app...

Part and Inventory Search

Back
Top