Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by KerryMarie

  1. KerryMarie

    Which event would handle the verifying of input values into text box f

    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...
  2. KerryMarie

    Which event would handle the verifying of input values into text box f

    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...
  3. KerryMarie

    How to work with records in a 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)...
  4. KerryMarie

    Spin Control On A Continuous Form

    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...
  5. KerryMarie

    Spin Control On A Continuous Form

    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...

Part and Inventory Search

Back
Top