Hello - and I may as well get this out of the way, I'm painfully new to Access, sorry - but I'm taking on what I believe to be a simple project, and one of the problems I've run into is that I can't get any of the items in a multi selection listbox into a table.
Now, I want to back up a step because I assume that I'm doing everything as simply as possible right now: I have two tables which I am crossing using a query. The first table is actual data, whereas the second has data to be looked up. I wanted the user to be able to show all the data available for more than one row, so as far as I can understand all the rows I want shown need to be defined in that second table. I have a listbox that looks up values in the first table, and the user should be able to select values in that list to be shown (stored into the second table).
Assuming this is the simplest thing to do so far, I found a post before (thread702-541606 that covers this, but I couldn't get the code to work (the error I received was "Syntax error in INSERT INTO statement."
Aside from tweaking the format of the code here and there as the thread discussed, I tried looking up a general format for the insert into statement to no avail. What's the problem - is this the best way to do this - is there another way?
Now, I want to back up a step because I assume that I'm doing everything as simply as possible right now: I have two tables which I am crossing using a query. The first table is actual data, whereas the second has data to be looked up. I wanted the user to be able to show all the data available for more than one row, so as far as I can understand all the rows I want shown need to be defined in that second table. I have a listbox that looks up values in the first table, and the user should be able to select values in that list to be shown (stored into the second table).
Assuming this is the simplest thing to do so far, I found a post before (thread702-541606 that covers this, but I couldn't get the code to work (the error I received was "Syntax error in INSERT INTO statement."