Hello Everyone,
I am new at using VBA but I am trying to filter a subform based on the selected value of another subform. Currently, I have it in a button "btnTestFilterPersonell" but I am noticing 2 things in particular.
Private Sub btnTestFilterPersonell_Click()
Set db = CurrentDb
Set rs =...
I entered the following code in the SQL View as follows
ORDER BY Mid(Address, InStr(Address, " ") + 1),
and I replaced "Address" with then name of the column "Direccion Completa" which in Spanish means Complete Address. I put this line of code directly after the existing code so it reads as...
Hello, I have an access database and I would like to sort the addresses by Street Name first and by Street Number second such that the addresses will appear as the example below.
12 Leaphart Road
24 Leaphart Road
11 North Lucas Road
79 North Lucas Road
289 Parson Street
297 Parson Street...
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.