Does someone know the VBA code to remove the data form a Numeric (Long) field ?
Does someone know the VBA code to remove the data form a Numeric (Long) field ?
Could use an UPDATE action SQL to remove data from a field. VBA can execute this action.
CurrentDb.Execute "UPDATE tablename SET fieldname = Null"
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.