<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2726.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><STRONG>Welford,</STRONG></DIV>
<DIV> </DIV>
<DIV>    It is presumed that no overt formattng has been done for 
the text boxes.</DIV>
<DIV>    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 ?</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV><STRONG>A.D.Tejpal</STRONG></DIV>
<DIV><STRONG><A 
href="mailto:adtp@touchtelindia.net">adtp@touchtelindia.net</A></STRONG></DIV>
<DIV><STRONG>-------------------------------</STRONG></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=COUTTSW@rjrt.com href="mailto:COUTTSW@rjrt.com">Coutts, Welford 
  L.</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=accessd@databaseadvisors.com 
  href="mailto:accessd@databaseadvisors.com">Access Developers discussion and 
  problem solving</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, September 25, 2003 
  21:55</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [AccessD] SAVING DATA ON 
  FORM</DIV>
  <DIV><BR></DIV>
  <DIV><FONT color=#0000ff><SPAN 
  class=764412416-25092003>Andy,</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff><SPAN class=764412416-25092003>Tried it 
  :</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff><SPAN class=764412416-25092003>    
  <FONT face="Courier New" color=#000000>Forms!frmMain.Form!txtID = 
  strID</FONT><BR><BR>Same results.</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff><SPAN 
  class=764412416-25092003>Thanks,</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff><SPAN 
  class=764412416-25092003>Welford</SPAN></FONT></DIV>
  <DIV><FONT color=#0000ff><SPAN 
  class=764412416-25092003></SPAN></FONT> </DIV>
  <BLOCKQUOTE>
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT 
    face=Tahoma>-----Original Message-----<BR><B>From:</B> Andy Lacey 
    [mailto:andy@minstersystems.co.uk]<BR><B>Sent:</B> Thursday, September 25, 
    2003 12:10 PM<BR><B>To:</B> Access Developers discussion and problem 
    solving<BR><B>Subject:</B> RE: [AccessD] SAVING DATA ON 
    FORM<BR><BR></FONT></DIV>Welford<BR>Just a possibility. try changing the 
    line to:<BR><BR><FONT face="Courier New">Forms!frmMain.Form!txtID = 
    strID</FONT><BR><BR>--<BR>Andy 
    Lacey<BR>http://www.minstersystems.co.uk<BR><BR><BR><BR>
    <BLOCKQUOTE dir=ltr 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV style="FONT: 10pt arial">--------- Original Message --------<BR>From: 
      "Access Developers discussion and problem solving" 
      <accessd@databaseadvisors.com><BR>To: "Access Developers discussion 
      and problem solving" <accessd@databaseadvisors.com><BR>Subject: RE: 
      [AccessD] SAVING DATA ON FORM<BR>Date: 25/09/03 15:56<BR><BR><FONT 
      face="Courier New"><BR>Charlotte,<BR>Yes I used a breakpoint. In the code 
      :<BR><BR>Dim strID As String<BR>strID = "*"<BR>Forms!frmMain!txtID = 
      strID<BR><BR>the system halts and gives me the message when it tries to 
      execute :<BR>Forms!frmMain!txtID = strID<BR><BR>Any ideas will be 
      appreciated!<BR><BR>Welford<BR><BR>-----Original Message-----<BR>From: 
      Charlotte Foust [mailto:cfoust@infostatsystems.com]<BR>Sent: Thursday, 
      September 25, 2003 11:21 AM<BR>To: Access Developers discussion and 
      problem solving<BR>Subject: RE: [AccessD] SAVING DATA ON 
      FORM<BR><BR><BR>Where exactly are you getting the message, in the main 
      form or the other<BR>forms or reports? Have you put a breakpoint into code 
      to find the<BR>exact line that is triggering the message? Are you 
      referencing the<BR>hidden control in code, in a query, or 
      what?<BR><BR>Charlotte Foust<BR><BR>-----Original Message-----<BR>From: 
      Coutts, Welford L. [mailto:COUTTSW@rjrt.com]<BR>Sent: Thursday, September 
      25, 2003 4:37 AM<BR>To: <A class=autolink 
      href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A><BR>Subject: 
      [AccessD] SAVING DATA ON FORM<BR><BR><BR>I have a Main form from which I 
      call numerous other forms and reports. I<BR>have a number of hidden text 
      boxes on this form which I use to pass data<BR>between other forms and to 
      reports. I have done this in dozens of<BR>applications. But this 
      week<BR>it won't work! I get : "Run-time error '438' Object doesn't 
      support<BR>this property or method"<BR><BR>I am using Access 2000 with all 
      the latest revs applied. I have tried<BR>all kinds of changes to try to 
      get around this error, including using a<BR>class module to save on the 
      main form instead of saving from another<BR>form, and including any 
      additional References that seemed to be related<BR>in any way. Nothing 
      helped.<BR><BR>If someone could tell me what I have missed, I would 
      appreciate it.<BR><BR><BR>Welford 
  Coutts<BR></FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>