View Full Version : update Code objects without altering data
ntkelly1
02-21-2013, 08:48 AM
I am new to VBA and I am in a VBA class and the instructor has asked me to research how to update the code objects (Standard Code Modules, Class Code Modules) in an Access database without altering the data in the database tables. I have done a little research and I have not found much information. So any ideas or help would be appreciated.:dunno
SoftwareMatt
02-22-2013, 03:57 AM
Not really sure what answer he's after but unless you are running code in a module then the data will never get updated. The module is just a place where code is stored and tables are where the data is stored i.e. they are completely seperate.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.