I wrote a query to show orders and their due dates using a ODBC link to our orders database (the db is sql server if it matters). We're not able to write back to the database (or just really don't want; we would hate to screw something up).
One guy who handles the orders would like to have an extra field in the returned results called "Ralph's Notes" where he can type stuff into it and the information would be saved.
Is there an easy way to do this? I was thinking instead of launching a select query, teams could launch a macro that would save the results of the query to a new table and then it would be easy for Ralph to enter his notes. However, the results change every hour, so then don't I have to consider updates, inserts, and deletes to the recordset?
I should mention that I'm pretty good at writing select queries and can do an insert or update query if I had to, but I don't write them a lot and I've never really had a need for a form or report. I just write a lot of select queries.
I wrote the query in question in Access and it's saved to a shared drive, so multiple teams can see what orders are due for the day. We would like to be able to all see Ralph's notes.
Any help provided would be most appreciated.
Kelly
One guy who handles the orders would like to have an extra field in the returned results called "Ralph's Notes" where he can type stuff into it and the information would be saved.
Is there an easy way to do this? I was thinking instead of launching a select query, teams could launch a macro that would save the results of the query to a new table and then it would be easy for Ralph to enter his notes. However, the results change every hour, so then don't I have to consider updates, inserts, and deletes to the recordset?
I should mention that I'm pretty good at writing select queries and can do an insert or update query if I had to, but I don't write them a lot and I've never really had a need for a form or report. I just write a lot of select queries.
I wrote the query in question in Access and it's saved to a shared drive, so multiple teams can see what orders are due for the day. We would like to be able to all see Ralph's notes.
Any help provided would be most appreciated.
Kelly