Greetings,
I have a user that I created a random selection query. It is working the way it supposed to but now she wants one of the other fields within the query to be 1/2 of those selected. I.E., a person can be selected as a chairman or panelist. The user needs half of those selected to be...
Greetings all,
I am trying to setup a command button that allows a user to use a combo box to populate four unbound text boxes. The code for this is:
Private Sub cboNameList_AfterUpdate()
Me!cboNameList.Enabled = True
Me!txtAttorney_Number = Me!cboNameList.Column(0)...
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.