|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
How to create tables in MS Access through VB 6
I want to create tables in MS Access dynamically through VB 6 codes. Can anyone of you help me do this?
Thanks in advance Lisa |
|
#2
|
|||
|
|||
|
either run create table queries or else TableDefs.Add
if you're new to this then try it out from within an access module to see how it works, then you can add a reference to DAO in vb and copy in your code. |
|
#3
|
||||
|
||||
|
You can also use the ado extensions to create databases an tables
__________________
Tewl |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > How to create tables in MS Access through VB 6 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|