Search results

  1. O

    Linking attachments

    I'm working with an access 2010, I have an attachment field, after you attach file it appears the attachment is embedded in the access database itself, bloating it's size. I was wondering if there is a way to link the attachments without embedding it in the database. Thank you
  2. O

    Picture Control to change with Browse button

    Hi, I am completely new to vba programming and I have this form in which there is a browse button that makes users browse for their preferred picture but my trouble is after I choose from the browse button the image I want it doesn't appear in the image frame. i have this far I know I'm missing...
  3. O

    Browse button in acces forms with VB

    Can anybody help me with codes to create a browse button for my users to select images for the form
  4. O

    Error 49 Invalid use of null

    I am trying to insert bound images in my database but when I am about to create a new record I get Invalid use of Null below are my codes and I am just new to Vb so please take your time. Thank you in advance. Private Sub Command44_Click() End Sub Private Sub Command51_Click() End Sub...
Back
Top Bottom