Search results

  1. P

    adding field to form and table - please help

    hi, I added a field to a table in the backend I also addded the same field to show up in the form Now the problem I am facing is that in a new record I can type my values for all fields but an error(2465) is thrown when i try to save it I suspect that when this field is added in the form it...
  2. P

    Error 2465 application defined or object defined error.

    code below Option Compare Database Option Explicit Private Sub Form_DblClick(Cancel As Integer) '====================================================== ' ' By Michael R. McCullough ' Global Research and Development ' Extension 6454 ' ' (c) 2000 by Mary Kay Holding Corp. ' All rights...
  3. P

    Error 2465 application defined or object defined error.

    hi, I am new to this forum and to MS Acess. i am not a software engineer or in the field of software. I had to learn as much as i could about MS Acess because of a project i worked on. I have a standalone MSacess database and one of the forms is giving me trouble when I try to enter a new...
Back
Top Bottom