Hello Everyone,
I am very new to access and i'm limited at work with Access 2000. I stumbled accross a post(http://bytes.com/topic/access/answer...x-items-string) on this website that came very close to what i'm looking to accomplish and after hours of trial and error i've come here to seek guidance.
here's my setup:
I am trying to get each selection from the listbox to save seperately. Meaning if i select any single Leader from the combobox and then select Manager 1, Manager 2, Manager 3, etc. i would like the vba to save it to a table in this format:
|AutoNum||Leade r||Manager||Tim eStamp|
1 Schmitz, Jon Romo, Tony Date/Time
2 Schmitz, Jon Brees, Drew Date/Time
3 Schmitz, Jon Manning, Peyton Date/Time
I have attached a sample of this portion of my database. I greatly appreciate your time and thank you in advance for any support.
I am very new to access and i'm limited at work with Access 2000. I stumbled accross a post(http://bytes.com/topic/access/answer...x-items-string) on this website that came very close to what i'm looking to accomplish and after hours of trial and error i've come here to seek guidance.
here's my setup:
- Combobox named LeaderInputRow Source: qLeader (Pulls the name of every Leader from a seperate table)Control Source: LeaderInput saves to a different table named "tblAlignment"( This table is used for trending current alignments).
- Listbox named ManagerInput; MultiSelect set to SimpleRow Source: qManager (Pulls all the name of every manager from a seperate table)Control Source: ManagerInput saves to a different table named "tblAlignme nt".
- textbox named TimeStamp which has default value set to =now()
I am trying to get each selection from the listbox to save seperately. Meaning if i select any single Leader from the combobox and then select Manager 1, Manager 2, Manager 3, etc. i would like the vba to save it to a table in this format:
|AutoNum||Leade r||Manager||Tim eStamp|
1 Schmitz, Jon Romo, Tony Date/Time
2 Schmitz, Jon Brees, Drew Date/Time
3 Schmitz, Jon Manning, Peyton Date/Time
I have attached a sample of this portion of my database. I greatly appreciate your time and thank you in advance for any support.
Comment