B
bw
I'm getting...
'Run-Time error 438':
Object doesn't support this property or method
in the procedure below.
The current form is frmHotels.
I want the Hotel location to be sorted each time a new Hotel is selected.
Can someone explain what's wrong?
Private Sub Form_Current()
Forms!MakeTravelRequest!frmHotels!frmHotelLocationsSubform1.OrderBy =
"Lookup_LocationID.Location"
End Sub
Thanks,
Bernie
'Run-Time error 438':
Object doesn't support this property or method
in the procedure below.
The current form is frmHotels.
I want the Hotel location to be sorted each time a new Hotel is selected.
Can someone explain what's wrong?
Private Sub Form_Current()
Forms!MakeTravelRequest!frmHotels!frmHotelLocationsSubform1.OrderBy =
"Lookup_LocationID.Location"
End Sub
Thanks,
Bernie