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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rmd62163
  • Content: Threads
  • Order by date
  1. rmd62163

    Using the tag to hide controls

    Little back ground. I have a main form [Patient] and on that form is a [tabctl] and on a tab is the subform [implants]. what I have been trying to accomplish is to hide a set of controls that are tagged with the word femalegrp. I can get this to work on the main form. Private Sub sex_Change()...
  2. rmd62163

    Caption display on label

    Is it possible to have a label caption display the number of records on a form to where you can count the records based on a field not being empty or it's null or not null values? I can't figure this one out. I can do the Private Sub Form_Current() LblCount.Caption = (Recordset.RecordCount)...

Part and Inventory Search

Back
Top