C
cb
My end-users are in 2k, but I have been working in XP for a while now with
no problems up till now -
Two coding issues I am running into -
1) Forms and reports are no longer working in some instances - simply
nothing happens when I click buttons with events. When I compile the VB, I
am consistsently getting an error on these lines of code:
Set Admissions = CurrentDb OR
Set Admissions As CurrentDb
2) The second issue has to do with filtering based on dates. Date filters
that used to work, now require this workaround -
RTrim(Left([Request_Date],9)). Some how MS Access used to automatically
ignore (or strip) the hh.mm.ss am/pm from the date, but now I have to
manually force this to occur.
Any insight on these (the first one in particular), I would appreciate it.
Thanks,
Chris
no problems up till now -
Two coding issues I am running into -
1) Forms and reports are no longer working in some instances - simply
nothing happens when I click buttons with events. When I compile the VB, I
am consistsently getting an error on these lines of code:
Set Admissions = CurrentDb OR
Set Admissions As CurrentDb
2) The second issue has to do with filtering based on dates. Date filters
that used to work, now require this workaround -
RTrim(Left([Request_Date],9)). Some how MS Access used to automatically
ignore (or strip) the hh.mm.ss am/pm from the date, but now I have to
manually force this to occur.
Any insight on these (the first one in particular), I would appreciate it.
Thanks,
Chris