PDA

Click to See Complete Forum and Search --> : How to change Field Type in Access with vb Code


Harold Trim
Feb 7th, 2000, 03:54 AM
How can i change a Field Type for data in a Table-Column with vb-code, for example:
Data/Time -> Number (Double)
Any help would be really appreciated! :)

danix
Feb 7th, 2000, 04:05 PM
try looking at the append method in the help files

------------------