M
mddickie via AccessMonster.com
I'm trying to filter a form via VBA on a specific date:
{formname}.filter = "Date = #" & MyDate & "#"
Unfortunately the date notation swops in the Form window so i filter on a
complete other date.
In VBA: dd/mm/yyyy
In Form: mm/dd/yyyy
Who can help me?
{formname}.filter = "Date = #" & MyDate & "#"
Unfortunately the date notation swops in the Form window so i filter on a
complete other date.
In VBA: dd/mm/yyyy
In Form: mm/dd/yyyy
Who can help me?