creating table and pesting multiselected values programmatic

P

prad

hi i m very new to access and vb coding so please help me,
case histry- ihave a form having two combo box and a list box,lik
cbovoltage,cbotype,cbocompanyname and lstmaterialname. now i want t
make table and name of the table will be concatenated value of thes
three combobox's value programmaticaly and having fil
txtmaterialname .now the multiselected values from lstmaterialnam
should be copied or linked to table made earlier under fieldnam
txtmaterialname all these action should be done under command butto
ok.
thanks for having patience, please give me code also cause i m new fo
this.hope any body will help me
 
L

Larry Linson

Forming table names from data values is a good indication that the database
design you are considering does not adhere to good relational database
design practices (because the tablename itself is "data") and likely to
cause you difficulties later in trying to use it.

If you'd explain what information you have and what you are trying to
accomplish, perhaps someone could offer more valuable suggestions than code
to accomplish something that may cause you trouble at a later date.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top