C cheer Registered User. Local time Tomorrow, 03:24 Joined Oct 30, 2009 Messages 222 Jul 19, 2011 #1 Can anyone has a look to the attachment below for error and suggest some resolution code ? Attachments SubForm.jpg 99.5 KB · Views: 77
M MStef Registered User. Local time Today, 19:24 Joined Oct 28, 2004 Messages 2,251 Jul 19, 2011 #2 I don't know what you want with MsgBox. Delete this line of the code, and try.
C cheer Registered User. Local time Tomorrow, 03:24 Joined Oct 30, 2009 Messages 222 Jul 20, 2011 #3 MStef said: I don't know what you want with MsgBox. Delete this line of the code, and try. Click to expand... I am trying to get the value from subform by putting the message box. However there is an error prompted out. This mean the [Forms]![[formname]![textbox] doesn't work correctly. Any idea how to solve this syntax ?
MStef said: I don't know what you want with MsgBox. Delete this line of the code, and try. Click to expand... I am trying to get the value from subform by putting the message box. However there is an error prompted out. This mean the [Forms]![[formname]![textbox] doesn't work correctly. Any idea how to solve this syntax ?
T Taruz Registered User. Local time Today, 19:24 Joined Apr 10, 2009 Messages 168 Jul 20, 2011 #4 Hi.. Button and the value, looks in the same form.. Direct call without specifying the form name. Msgbox me.drawingno
Hi.. Button and the value, looks in the same form.. Direct call without specifying the form name. Msgbox me.drawingno
C cheer Registered User. Local time Tomorrow, 03:24 Joined Oct 30, 2009 Messages 222 Jul 21, 2011 #5 Taruz said: Hi.. Button and the value, looks in the same form.. Direct call without specifying the form name. Msgbox me.drawingno Click to expand... It doesn't work .
Taruz said: Hi.. Button and the value, looks in the same form.. Direct call without specifying the form name. Msgbox me.drawingno Click to expand... It doesn't work .