Search results

  1. J

    Linking text boxes

    ok i will upload the db as soon as i can
  2. J

    Linking text boxes

    its not that, it says something about a security token. Either way do you know anything about this. I tried putting the following code into the detail part of the report, on format event But then when i save the report an error comes up when i try to enter the form saying that the report does...
  3. J

    Linking text boxes

    the system wont let me upload my db
  4. J

    Linking text boxes

    create a query using the forms!formname!textbox.value reference?
  5. J

    Linking text boxes

    im using an image control, not a bound or unbound object frame.. does that make any difference?
  6. J

    Linking text boxes

    I just created a mock report using wizard and based it on the table the form uses but the data part of the image control is still blank...
  7. J

    Linking text boxes

    and is it possible to bound a report or do i have to create a brand new report based on the table?? Once i set the control source of the image to the field containing the file path,do i have to put in code in the reports on open event?
  8. J

    Linking text boxes

    I meant that i clicked on the actuual image in the report to change its control source which is under the data tab but it was blank and there were no options.. My report has no layers.. sorry for the misunderstanding.
  9. J

    Email a single report

    I have that sorted now. Just still stuck on getting the images to work. Thanks
  10. J

    Linking text boxes

    in the report i do have a textbox that contains the filepath for the picture of the tool and this works fine. I just cant get the picture to change! the filepath does but the picture does not! any ideas?
  11. J

    Linking text boxes

    in the report? when I click the picture it is blank uder the data tab.
  12. J

    Linking text boxes

    The filepaths to the images are saved in the table that the form works off of. And i use a code in the on current event of the form and after update event of the textbox that stores the filepath to update the image for each record..
  13. J

    Linking text boxes

    sorry but do you have any ideas becuase im well stuck and my boss is lookin to have it finished!! sorry!!
  14. J

    Email a single report

    I have a form that populates a report. I press a button to email the report and want to send it in snapshot etc! however the selection is defaulted to all and it wants to email all the reports for each record and there are 100's of them. Is there any code that can be used just to isolate the...
  15. J

    Linking text boxes

    I used the above code but changed the references relating tool no# to the image "image 33" but it says runtime error 438 object doesnt support this property or method.
  16. J

    Linking text boxes

    I just created an entirely new report from scratch and changed the code to open that one! Which it does and all the info is correct as i said, its just the images i want to change also.. AS i said i can put code on the report but i cant put code on the after update part of the textbox that...
  17. J

    Linking text boxes

    If so, when I create the report, the text boxes fill with the correct data but I place an image control and link it to the textbox "image" in the report (this has the same file path as the form because they are linked now) and i put the following code in the on open event of the report...
  18. J

    Linking text boxes

    So create a report in wizard, based on the table the form is based on? then use the same code to open that report?
  19. J

    Linking text boxes

    I figured out the cancel problem and enter parameter problem.. I just can make the images follow through!!any ideas?
  20. J

    Linking text boxes

    Also it keeps asking me to enter a parameter for the manual ref. And when I press cancel I get an error message saying the open report has been cancelled and it wants to debug the code. How do I solve this incase someone does click the report preview button by accident? Sorry for being a pain...
Back
Top Bottom