G
Guest
A client has an Access 2000 database. The database was recently moved from a
Windows 2000 server to a Windows 2003 server. Now he gets the error when
clicking on a command button for this code.
Private Sub Form_Open(Cancel As Integer)
Me.cmbDateSelect.RowSource = Format(Now(), "dddd mm/dd") & ", " _
& Format(Now() + 1, "dddd mm/dd/yy") & ", " _
& Format(Now() - 1, "dddd mm/dd/yy") & ", ALL"
Me.cmbDateSelect = Format(Now(), "dddd mm/dd/yy")
applyFilter
Me.OrderBy = "priority, product_id, cust_shortname,
t_ship_schedule.order_nbr"
Me.OrderByOn = True
AXtruckSchedule.loadSchedule
End Sub
The debugger stops on the line AXtruckSchedule.loadSchedule
Any suggestions??Thanks
Windows 2000 server to a Windows 2003 server. Now he gets the error when
clicking on a command button for this code.
Private Sub Form_Open(Cancel As Integer)
Me.cmbDateSelect.RowSource = Format(Now(), "dddd mm/dd") & ", " _
& Format(Now() + 1, "dddd mm/dd/yy") & ", " _
& Format(Now() - 1, "dddd mm/dd/yy") & ", ALL"
Me.cmbDateSelect = Format(Now(), "dddd mm/dd/yy")
applyFilter
Me.OrderBy = "priority, product_id, cust_shortname,
t_ship_schedule.order_nbr"
Me.OrderByOn = True
AXtruckSchedule.loadSchedule
End Sub
The debugger stops on the line AXtruckSchedule.loadSchedule
Any suggestions??Thanks