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