bhamilton42
Registered User.
- Local time
- Today, 15:11
- Joined
- Jul 30, 2012
- Messages
- 16
Hello
I have toiled with this for the better part of 2 hours now and I need some help!
I have a form that I'm making for a user. I want it to be a continous form. There are 8 records in particular that my user should see thus, a continous form as aposed to a single form. The form in question is a subform. It start inittially invisible with a blank "record source". when the user clicks a button the "Record Source" property is set appropriately and the form is made visible. I did set the default view property to "continous forms" in the properties menu in design view. However, when the form becomes visible it only displays 1 record.
The problem lies not with my SQL, I created a query and copied and pasted it EXACTLY and it returns me the coreect 8 records. What it seems is happening is despite my setting the default view to "continuous forms" it is opening in "single form" view which I do not want.
I want to set the "default view" property to "continous forms" in my VBA code, however wherever I've tried doing that I get the error "to set this property open the form or report in design view". So, can anyone help?
I have toiled with this for the better part of 2 hours now and I need some help!
I have a form that I'm making for a user. I want it to be a continous form. There are 8 records in particular that my user should see thus, a continous form as aposed to a single form. The form in question is a subform. It start inittially invisible with a blank "record source". when the user clicks a button the "Record Source" property is set appropriately and the form is made visible. I did set the default view property to "continous forms" in the properties menu in design view. However, when the form becomes visible it only displays 1 record.
The problem lies not with my SQL, I created a query and copied and pasted it EXACTLY and it returns me the coreect 8 records. What it seems is happening is despite my setting the default view to "continuous forms" it is opening in "single form" view which I do not want.
I want to set the "default view" property to "continous forms" in my VBA code, however wherever I've tried doing that I get the error "to set this property open the form or report in design view". So, can anyone help?