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 wOOdy-Soft 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 accesser2

  1. accesser2

    On form open, expression has invalid reference

    Thanks Dean, Your help really helped. I guess if I'm going to continue my quest into VBA coding, I'll need to know how to debug--I'm sure I have lots of bugs. This particular bug was in the oncurrent event. I had put generic error checking in; but not specific. In actuality, the form wasn't...
  2. accesser2

    Pictures in image control don't refresh

    Hymn, Thanks for your continued replies. I tried your code; good suggestion by the way. However, it still didn't work. What I may have to use is essentially the code in your first reply: Me!Picture.Picture = Me!Thumbnail_PathandFile in a lost or got focus event of another control. I have...
  3. accesser2

    Pictures in image control don't refresh

    Hi Hymn, Thanks for responding. I've tried your code and the image still does not immediately appear after the link to the jpeg is added to the txtbox and the field looses focus. The only thing that updates the image is to leave the entire record and then return. Any other ideas? Thanks...
  4. accesser2

    On form open, expression has invalid reference

    Thanks for responding Dean, I've compiled the code, and found no problems. The form and it's 2 subforms work fine without the go to last record code. I just don't like having the form open to the first record. This is very strange... The msg that appears just has an OK button, not a debug...
  5. accesser2

    Pictures in image control don't refresh

    Hi there, I've looked at numerous posts out there but have yet to find a solution to this. I have an image control on a main form that shows a linked jpeg thumbnail. Image controls are also on 2 subforms that also show linked thumbnails. When the user initially selects a jpeg from the...
  6. accesser2

    On form open, expression has invalid reference

    Hey there, I just put the following code: DoCmd.GoToRecord , , acLast in the On Open event of my form, which has 2 subforms. The following error message appears when the form now opens: "You entered an expression that has an invalid reference to the property Form/Report." But...
  7. accesser2

    File Selection Browser

    Hi there File Browsers, I'm working on a form that contains an image control for showing a light jpeg, and functionality to call the Dialog window to link the jpeg to the record. I downloaded Bill Power's CommonDialogAccess2000, imported the modules and structured table and form fields the...
  8. accesser2

    Toggling record sources of 2 subforms that must be visible on mainform

    Hi there, I have a form to organize bottles in mind, but am unsure if it will work. Here's some background info: Mainform = frmProduct, which contains fields for pricing, status, etc. of complete products, which are bottles (new, empty bottles with their caps), as well as an image control for...

Part and Inventory Search

Back
Top