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.

 All Forums
 Other Forums
 MS Access
 Data not appears and no one solve this

Author  Topic 

SAMI2
Starting Member

3 Posts

Posted - 2007-06-16 : 15:40:54
Hi dears

When 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
Go to Top of Page

SAMI2
Starting Member

3 Posts

Posted - 2007-06-17 : 14:44:21
Hi blindman

I 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 String
Dim DocText As String
DocSubForm = "TeacherDetailFrm"
DoCmd.OpenForm DocSubForm, acNormal, "", "[FirstNameFld]=[Forms]![mainfrm]![TeacherStudentSubFrm]![ FirstNameTxt]", , acNormal

End Sub
Go to Top of Page
   

- Advertisement -