X
Xavier
I was wondering if it's possible to do the following. I'm working with
a linked table that has both the date and time in the field I'm working
with (let's call it CompDate). In order to run my query properly, I
only need the date when linking to my other table (to field "CalDate").
Is there a way to manipulate the linked table to only pass the date
without actually removing the time (since I can't edit the linked table
to only show date)? I tried DateValue([table1]![CompDate]) but that
returned an empty query. Thanks for the help!
Xavier
a linked table that has both the date and time in the field I'm working
with (let's call it CompDate). In order to run my query properly, I
only need the date when linking to my other table (to field "CalDate").
Is there a way to manipulate the linked table to only pass the date
without actually removing the time (since I can't edit the linked table
to only show date)? I tried DateValue([table1]![CompDate]) but that
returned an empty query. Thanks for the help!
Xavier