Search results

  1. B

    Update statement with Null Dates

    I've been struggling with this for some time now. Have looked for threads specific to this issue but haven't been able to find the correct thread. My issue is that I am trying to update a date field. When I do the date field may have a date or may be a null. When I try to pass in a NULL date...
  2. B

    Error 2147467259 and 2147217913

    I have a nasty bug. Have worked and researched for hours. The issue is that I keep getting these two errors no matter what I try. In the update sql, if the where clause has a space it gives the 913 error. With no space it gives the 259 error. & [currdetailid] & " ;" & [currdetailid] & ";"...
  3. B

    Missing Make ACCDE

    I've reviewed several solutions listed on this web site and have knocked off everything I could find to the site. I do not see the Make ACCDE button. I'm using Access 2010 32 bit. Have an ACCDB FE file which I'm trying to create the ACCDE. I've compiled and fixed the VB errors. I've...
  4. B

    Highlighting List Box Values

    Could really use some help on something I've been stuck on for awhile now. Found a few threads but nothing which solved my issue. I have a list box (LOB_Multiselect) on a form. The list box calls and retrieves 20 values. I'm able to highlight and save the values to a field called LOB on the the...
Back
Top Bottom