How to insert listbox data to Table

AsifShah

Board Regular
Joined
Feb 12, 2021
Messages
70
Office Version
  1. 2016
  2. 2013
Platform
  1. Windows
Dear Friends Help

Im new in Ms Access Please any one can help me to Insert data from Listbox to Table with VBA of Ms Access.

Thanks in Advance
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
That just sounds all wrong. A listbox usually shows data that is already in a table, and selecting a listbox item allows you do do things based on your list choice. To want to put data that is already in a table into some other table seems to violate db normalization principles. If you are new to Access (and relational databases as a whole) you should review db normalization principles to ensure you're on the right path. Perhaps start with
Normalization Parts I, II, III, IV, and V
and/or
 
Upvote 0
I agree with micron's comment. I suggest you step back and give a 30,000 ft overview description of what you are trying to support with a database. Often, context is key to understanding the requirement. And, since you are new to Access, there may be options for resolving some issue(s). Even better for communication and clarity would be for you to show a before and after picture/analogy of what you need/want.
 
Upvote 0

Forum statistics

Threads
1,215,089
Messages
6,123,058
Members
449,091
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top