[AccessD] SAVING DATA ON FORM

A.D.Tejpal adtp at touchtelindia.net
Thu Sep 25 12:13:06 CDT 2003


Welford,

    It is presumed that no overt formattng has been done for the text boxes.
    Are you in a position to import the culprit forms in a new database file and send a zipped copy to me - at your earliest ?

Regards,
A.D.Tejpal
adtp at touchtelindia.net
-------------------------------
  ----- Original Message ----- 
  From: Coutts, Welford L. 
  To: Access Developers discussion and problem solving 
  Sent: Thursday, September 25, 2003 21:55
  Subject: RE: [AccessD] SAVING DATA ON FORM


  Andy,
  Tried it :
      Forms!frmMain.Form!txtID = strID

  Same results.
  Thanks,
  Welford

    -----Original Message-----
    From: Andy Lacey [mailto:andy at minstersystems.co.uk]
    Sent: Thursday, September 25, 2003 12:10 PM
    To: Access Developers discussion and problem solving
    Subject: RE: [AccessD] SAVING DATA ON FORM


    Welford
    Just a possibility. try changing the line to:

    Forms!frmMain.Form!txtID = strID

    --
    Andy Lacey
    http://www.minstersystems.co.uk




      --------- Original Message --------
      From: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com>
      To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com>
      Subject: RE: [AccessD] SAVING DATA ON FORM
      Date: 25/09/03 15:56


      Charlotte,
      Yes I used a breakpoint. In the code :

      Dim strID As String
      strID = "*"
      Forms!frmMain!txtID = strID

      the system halts and gives me the message when it tries to execute :
      Forms!frmMain!txtID = strID

      Any ideas will be appreciated!

      Welford

      -----Original Message-----
      From: Charlotte Foust [mailto:cfoust at infostatsystems.com]
      Sent: Thursday, September 25, 2003 11:21 AM
      To: Access Developers discussion and problem solving
      Subject: RE: [AccessD] SAVING DATA ON FORM


      Where exactly are you getting the message, in the main form or the other
      forms or reports? Have you put a breakpoint into code to find the
      exact line that is triggering the message? Are you referencing the
      hidden control in code, in a query, or what?

      Charlotte Foust

      -----Original Message-----
      From: Coutts, Welford L. [mailto:COUTTSW at rjrt.com]
      Sent: Thursday, September 25, 2003 4:37 AM
      To: accessd at databaseadvisors.com
      Subject: [AccessD] SAVING DATA ON FORM


      I have a Main form from which I call numerous other forms and reports. I
      have a number of hidden text boxes on this form which I use to pass data
      between other forms and to reports. I have done this in dozens of
      applications. But this week
      it won't work! I get : "Run-time error '438' Object doesn't support
      this property or method"

      I am using Access 2000 with all the latest revs applied. I have tried
      all kinds of changes to try to get around this error, including using a
      class module to save on the main form instead of saving from another
      form, and including any additional References that seemed to be related
      in any way. Nothing helped.

      If someone could tell me what I have missed, I would appreciate it.


      Welford Coutts

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://databaseadvisors.com/pipermail/accessd/attachments/20030925/a04a9b79/attachment-0001.html>


More information about the AccessD mailing list