T
Tony Girgenti
Hello.
I'm trying to figure out why my append query is not getting any records based on a < date from a from field.
I can watch the form field in debug mode of VBA, but i dont know how to watch the append query field defined as DateValue([TIMESTAMP]). I want to be able to see if the query date is in the same format as the form date field.
I use this to run the query "DoCmd.OpenQuery "ArchiveAppend"".
Thanks,
Tony
I'm trying to figure out why my append query is not getting any records based on a < date from a from field.
I can watch the form field in debug mode of VBA, but i dont know how to watch the append query field defined as DateValue([TIMESTAMP]). I want to be able to see if the query date is in the same format as the form date field.
I use this to run the query "DoCmd.OpenQuery "ArchiveAppend"".
Thanks,
Tony