In access 2003, I have a table [tbl_audit_#_gener] with the followign fields
audit_# : Autonumber
ccan: Unique ID of each customer record
audit_gate: Date that the audit # was generated ( now())
I require that after the user made a selection on a combo box, the table above described create a new record, saves the CCAN selected in the combo box and the date/time when that occured.
Can someone tell me where to start (other than a full l blown course in VBA?)
Thanks
audit_# : Autonumber
ccan: Unique ID of each customer record
audit_gate: Date that the audit # was generated ( now())
I require that after the user made a selection on a combo box, the table above described create a new record, saves the CCAN selected in the combo box and the date/time when that occured.
Can someone tell me where to start (other than a full l blown course in VBA?)
Thanks