Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
RHC RHC is offline
external usenet poster
 
Posts: 2
Default using a worksheet to collect data for access import

hi i want to use an excel worksheet to collect data that I will then import
into access. How do I enforce the datatype of data entered into a column of
say dates?
thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default using a worksheet to collect data for access import

RHC,



For data entered into a sheet, use the Validate feature. If this is too
limited, you can use forms and include much more extensive validation; but
you will have to write a lot of code.



A third trick is to use UDF to capture input, validate (or fix) and write
back to the sheet. Of course the UDF must be in a cell other than the input
cell and you may have to play games with the VOLATILE command to avoid a
never ending circle. This trick is useful when you want to validate a lot
of cells at once on a manual or programmed compute.



Allan P. London, CPA

"The Future and Reality - Close the Gap"







"RHC" wrote in message
...
hi i want to use an excel worksheet to collect data that I will then
import
into access. How do I enforce the datatype of data entered into a column
of
say dates?
thanks



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Import Data from Access toby131 Excel Discussion (Misc queries) 3 October 27th 09 11:47 PM
Import Access Data from 3 databases into 1 worksheet *ERROR* I need help please Excel Discussion (Misc queries) 0 April 22nd 08 07:29 PM
use a worksheet as a form to collect data Paul Kinnear Excel Worksheet Functions 4 January 20th 07 06:09 PM
collect data from different worksheet sheva Excel Worksheet Functions 0 August 16th 05 03:22 PM
How do I collect data from an interactive web worksheet and impor. worksheetmom Excel Discussion (Misc queries) 3 February 20th 05 12:38 AM


All times are GMT +1. The time now is 08:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"