Dylan Snyder
Registered User.
- Local time
- Today, 02:36
- Joined
- Dec 31, 2007
- Messages
- 89
I'm new to VBA (actually know nothing about it) I have a subform that is based off of an updateable query that updates the Customs Master and Item Master tables. So far so good. I'm trying to make an audit table that gets written to upon change of the subform.
I have unbound fields on the subform that I've set to default to the fields on the subform. Upon change of one of the bound fields, I want the unbound fields to be written to a new table entitled Customs Master Audit and record the day's date. Any ideas? also, does anyone know of a quick VBA tutorial on the web that tells in plain english how to define objects...etc.? Any help would be much appreciated.
I have unbound fields on the subform that I've set to default to the fields on the subform. Upon change of one of the bound fields, I want the unbound fields to be written to a new table entitled Customs Master Audit and record the day's date. Any ideas? also, does anyone know of a quick VBA tutorial on the web that tells in plain english how to define objects...etc.? Any help would be much appreciated.