|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
subform and command button
hi,
i have a subform within a main form. i have create a command button. how do i link the command button with the data in my subform??? help is greatly appreciated!!! thanks!!!! nono ![]() Last edited by nono270980 : October 12th, 2003 at 09:06 PM. |
|
#2
|
|||
|
|||
|
What exactly are you trying to do with the data in the sub form, are you using bound or unbounded controls?
S- |
|
#3
|
||||
|
||||
|
Hali,
You can refer to the subform's data via the following code: Me.[subform_control_name].Form.[control_name] where - [subform_control_name] is the name of the subform control on your parent form - [control_name] is the name of the control on your subform Using this reference you can capture any data from your subform and pass it to a control on your parent form. BRegs, TBÁrpi |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > subform and command button |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|