As I stated earlier, I created another form named frmSubTabular with its record source being a table named tblSecurity.
I just now realized that I had not set any of the field's Required property in the table desgn to Yes.
I changed the value to Yes for the Last_Name field to see what would...
I created a main form named frmCustomRpt.
I placed a tab control over this main form.
I created another form named frmSubTabular with its record source being a table named tblSecurity.
I then created subform named subTabular whose source object is frmSubTabular.
I placed the subTabular subform...
I created a subform whose Source Object is a Security Table. One of the fields on the Security table is Rights.
The rights field has the following possible values:
These rights are assigned to individuals whose last name and first name also apear in this Security Table.
Rights (meaning)...
I added a SetFocus statement to my code which I show below. It doesn't seem to make a difference in terms of the fact that the focus doesn't shift from one text box to another.
Obviously if I click inside the text box that I am trying to update and then click on the Spin Box Control next to...
I originally used an Access Form with a Default View of Continuous Forms. Within the design of the form, in
the Detail Section I placed a Combo Box. For the Combo Box I used a Row Source Type of a Value List and placed the accompanying values in the Row Source as 0;1;2;3;4;5;6;7;8;9;10;11;12...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.