I understand enter data into a table when data is entered from a form, but I am having difficulty figuring out how to enter information into a field that does not come from a form like a custId. I would think I need to write some code that went something like
IF (a record is added)
INSERT X + 1
ENDIF
I am new to object-oriented programming.
IF (a record is added)
INSERT X + 1
ENDIF
I am new to object-oriented programming.