K
Kat
I have a query that gives me all orders that are over 30 days old. I want to
run a second update query off that to enter a date in the email notice date
field when I ran the report. How do i do that?
Field = ReleaseDate
Table = RepHldList
Update to - RepHldList!ReleaseDate=Date()
It is not updateing the date to the field in the table.
run a second update query off that to enter a date in the email notice date
field when I ran the report. How do i do that?
Field = ReleaseDate
Table = RepHldList
Update to - RepHldList!ReleaseDate=Date()
It is not updateing the date to the field in the table.