potts
Registered User.
- Local time
- Today, 13:05
- Joined
- Jul 24, 2002
- Messages
- 87
I've posted this one a couple of times, but have yet to get it answered!!
I'm trying to run an update query with an on_click event in a form. I've got the query running alright - that's not a big problem - but I want the query to only update records I select in a multi-select list box.
As I'm relatively new to databases, I don't really understand much of the code and my usual copy and alter approach has failed me on this one.
Any help would be much appreciated as I'm fast running out of time to have this done - the workload is piling up, and I've another one to build.
I've managed to filter records to open other forms, but using the same code with the DoCmd.OpenQuery "UpdateQuery" command has been unsuccessful.
does anyone else suffer this?
I'm trying to run an update query with an on_click event in a form. I've got the query running alright - that's not a big problem - but I want the query to only update records I select in a multi-select list box.
As I'm relatively new to databases, I don't really understand much of the code and my usual copy and alter approach has failed me on this one.
Any help would be much appreciated as I'm fast running out of time to have this done - the workload is piling up, and I've another one to build.
I've managed to filter records to open other forms, but using the same code with the DoCmd.OpenQuery "UpdateQuery" command has been unsuccessful.
does anyone else suffer this?