I've tried this on both a report and form and have had no luck.
I have 7 fields and am trying to group my form by 'Part Number' and then sort by 'Date Added' I have multiple of the same part
number (intentionally) . Right now I have the 'Part Number' grouped together and my form/reports are sorted by 'Date Added' date first.
However, my problem is that I have to also sort by 'Part Number' using ascending or descending (it won't...
User Profile
Collapse
Profile Sidebar
Collapse
tbutler
Last Activity: Nov 22 '21, 01:09 PM
Joined: Nov 16 '21
Location:
-
Grouping and Sorting a report or form, Please Help
-
Using checkboxes with a search box
...Code:Private Sub btnSearch_Click() Dim SQL As String Dim Avionics As Integer Dim Powerplant As Integer Dim Shops As Integer Dim Structures As Integer Dim Systems As Integer If IsNull(Me.txtOrderSearch) Or Me.txtOrderSearch = "" Then MsgBox "Please Type in your search keyword.", vbOKOnly, "Keyword Needed" Else
No activity results to display
Show More