質問

I have an application, in which the user tracks product orders.

I want to show all products ordered in a form, which is a bill.

So I set Default View property to Continuous Forms and I filtered the result when I opened the form with DoCmd.OpenForm

The rows have a scroll bar to navigate, but I want to navigate not only the rows, but the header and footer too.

The header and footer should not show the whole time, they should also scroll with the rows.

役に立ちましたか?

解決

You cannot include header and footer in the scrolling when using an Access Form.

If you do not need to update the values, perhaps you should rather use an Access Report. Then you can scroll the header and footer too.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top