Sabtu, 23 Desember 2017

[MS_AccessPros] Write all items in a list box to a table

 

I am trying to write all the items in a listbox to a table. This is the code I have come with so far:



For each itm in me.lsteSubFolder.ItemSelected
rstSubFolder.AddNew
rstSubFolder!SubLevelOneKey = me.txtSubLevelOneKey
rstSubFolder!SubFolderName = Me.txtSubFolder01Label
rstSubFolder!CAbinetID = me.TxtCabinetID
rstSubFolder!SL1NextLevel = "No"
rstSubFolder.Update

Loop

I know this is not quite right because I am using ItemSelected but I want to write all items in the listbox to the table.

Thank you, 
Art Lorenzini
SD


__._,_.___

Posted by: dbalorenzini@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar