Continous Form

N

navin

Hi All,

I want to show one of my access forms as a continous form and it
should retrive the values based on the user code in the label.

i tried doing the same by code, but instead of displaying the all the
values for the user it retrieves only the last record and puts in the
form.

please help and let me know how to make a continous form based on the
criteria.

thanks,
navin
 
G

Guest

Hi

Use a text box for the vaule (instead of a lable). You can set the value of
the lable to the text box if you want or just delete it and place the text
box where the lable was.

Place the continous form into another form (as a subform)

Set the link master and child fields on the main form and this will link the
continous sub form to that the ID.

You can set the subform borders to visible = No and this will give the view
that it is one form (if that's what you trying to get.)

Good luck
 

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