Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SAMI2
Starting Member
3 Posts |
Posted - 2007-06-16 : 15:40:54
|
Hi dearsWhen I open this form (TeacherDetailFrm) by double click on the firest name useing Main form, the data dose not appear. |
|
blindman
Master Smack Fu Yak Hacker
2365 Posts |
Posted - 2007-06-17 : 12:37:24
|
How do you expect anybody to solve your problem given the amount of information in your post?e4 d5 xd5 Nf6 |
 |
|
SAMI2
Starting Member
3 Posts |
Posted - 2007-06-17 : 14:44:21
|
Hi blindmanI like to send or upload the file to see clear information.I use this code:Private Sub FirstNameTxt_DblClick(Cancel As Integer)Dim DocSubForm As StringDim DocText As StringDocSubForm = "TeacherDetailFrm"DoCmd.OpenForm DocSubForm, acNormal, "", "[FirstNameFld]=[Forms]![mainfrm]![TeacherStudentSubFrm]![ FirstNameTxt]", , acNormalEnd Sub |
 |
|
|
|
|