Recent content by micalo

  1. M

    Question You can't assign a value to this object error when using Windows 7 64 bit

    Hi Bob, Thanks, 1 dll was causing an issue on another form and this helped. This form continues to be an issue though, I think looking at how I call the form may help trying to open Contact_Detail and add a new record Set fiP.Form = Forms!main_screen!Contact_Detail.Form Set fiPP.Form =...
  2. M

    Question You can't assign a value to this object error when using Windows 7 64 bit

    i forgot to mention that the recordsource is set already at design time. but when it does form load it does not have a recordsource
  3. M

    Question You can't assign a value to this object error when using Windows 7 64 bit

    Hi Boblarson, thanks for you reply. Yes it is using ado 2.7 , i downloaded the TLB files and registered mentioned in the article but this didn't help. I did find however that the recordsource ="" when I debug. that is wrong as it should be = "CONTACTS". tried setting the recordsource but...
  4. M

    Question You can't assign a value to this object error when using Windows 7 64 bit

    Hi Jeanette, thanks for you answer, it an odd problem as the other forms all work. tried you solution but I came across another error. When i import it doesnt give me an option to import queries,eveything else went across though it looks like. So I tried to manually copy/paste the queries which...
  5. M

    Question You can't assign a value to this object error when using Windows 7 64 bit

    Hi , I have a access 2007 database that is running on windows 7 32bit, recently we upgraded or pc and now have 64 bit version of windows 7 with access 2007 32 bit. After the upgrade i not get the following error Err number -2147352567 You can't assign a value to this object This occurs when...
Back
Top Bottom