Can someone help me on this code. When I click Submit it pulls all records into my Subform. It doesn't seem to see the value I select from my combox on my main form.
Thanks for you help!
Private Sub FindSearch_Click()
Dim strWhere As String
strWhere = "1=1"...
I have a Contact file with Last Name and First Name Field in them. I would like another field that will concantenate these two in a third field automatically I will call Full Name.
Having trouble setting up the Full Name field. I sure this is a Calculation.
How do I set this up?
Thanks
I have a Main Form with unbound controls such as LastName, FirstName, City, State,... That I use to input my serach criteria.
On the Main Form is a Control Button Called "Search".
When I select "Search" with no Criteria in the unbound controls, I get a list of all records in the file in the...
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.