view form

D

datin

hi,
i have a form called Child form and subform called Results. I will type in
test results only when they undergo public test.i used a button to call
subform but it appears blank.It should appear child data and I only need to
type in the test results.but when I scrolled down, in Child form ( which I
link the Results subform)..
my idea
1) Results invisible . only appear when click button. but it must have
Child_ID so I only need to type in the test results
or
2) when click button, the form scrolled down . because when I did it this
way, the I only ned to type in test results because Child_ID already appear

I preferred 1 choice because it look smart and tidy.

thank you and regards

my code :
Dim stDocName As String
Dim stLinkCriteria As String

stDocName = "Results subform"
DoCmd.OpenForm stDocName, , , stLinkCriteria
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top