Search results

  1. F

    Mismatch Evaluating Combobox Value List Choice

    Hi all, I've been going pretty well :), googling for answers, but this one stumps me. I have a combobox displaying 6 value list items. I'm using an If...Then statement to find out which option the user chose in order to,firstly, ascertain whether it is a valid choice when coupled with another...
  2. F

    Question Dlookup image for attachment with criteria

    Hi, I'm a newbie learner who has learned DAO (somewhat), but not used control source (I was told not to), but in this instance, I'm simply looking up an image to display. This is my expression: DLookUp("[People]![Picture]","People","[People]![PeopleID]=txtIDMother") I'm wanting to retrive...
  3. F

    Display an image from an attachment field on a form

    Hi, I have a field in a table which I would like to populate my attachment control on my form with. Actually, I'm not even sure if an attachment is the right field type. I want the user to be able to select and save an image, but I also want to be able to populate user's saved images on the...
  4. F

    Make Unpopulated Textboxes Invisible

    Hi, :) I'm a newie at VBA, but here goes. The bit after the Else statement is the problem. I did read various other people's threads attempting to make a textbox invisible using the Null statement, but I'm doing it another way - populate else make invisible. This all, of course, works if the...
Back
Top Bottom