scottaherbst
Technical User
I'm using CR 10 with an sql server database.
I need to look at table_x and pull Client#, Client_visit, and start_date. No problem
Then I need to look at table_y and find any assessment for that client that was done on that start_date or the day after.
I'm trying to do this with command objects, so forgive me if this question really belongs on the SQL page.
Let me know what you think
I need to look at table_x and pull Client#, Client_visit, and start_date. No problem
Then I need to look at table_y and find any assessment for that client that was done on that start_date or the day after.
I'm trying to do this with command objects, so forgive me if this question really belongs on the SQL page.
Let me know what you think