Recent content by Obeng

  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

    New to Access, i need to make a browse button

    Thank Lcook but I just figured it out, in the table under the field type I chose Yes/No and that is why it wasn't working, it however started working when I changed it to text, Once again thanks for the help
  3. O

    New to Access, i need to make a browse button

    Can anyone help me with option groups, I inserted a first option group for sex; male or Female with radio buttons and it works fine, I inserted a new one for marital status; Single, Married, Divorce and it is not working, Please help me else I'm screwed>
  4. 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...
  5. O

    Error 49 Invalid use of null

    Thanks a lot James, I really appreciate your help and effort, since my database is mainly for my organisation that is Ghana Education Service, I thought instead of going through the strains of this imaghing thing wouldn't it be better if I created a browse button for my users to browse for the...
  6. O

    New to Access, i need to make a browse button

    lcook i tried that code but i get error, anymore suggestions?
  7. O

    Error 49 Invalid use of null

    Hey guys I changed the control source to image and everything works fine except on an empty record the picture is still there, any help would be appreciated
  8. O

    Error 49 Invalid use of null

    Thanks a lot James, you are absolutely right, I tried with the if and then conditionals, it worked alright however the pictures can't change from record to record, the are static, could you please help me with the codes?
  9. O

    Browse button in acces forms with VB

    Sorry I didn't add the details what I mean is I have already created the forms with unbound images from c:/documents and settings/my documents/image name.jpg, I want to add a button to the image control that makes my user browse to that location if they want to enter a new record.
  10. 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
  11. 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