drosenkranz
Programmer
Hello,
I'm automating a grid to automatically assign a unique ID number (1 - 15) to each new household member in my grid. During the form's init event, I capture the next available ID number (gn_NextID) for the first new record added to the household.
I have placed gn_NextID in the table as it's Default Value. I suppose I could change this to (gn_NextID + 1) but my initial question remains -
Can you tell me how (which Event) could I increment a value (in this case gn_NextID) each time a new record (additional household member) is added via the grid?
Thanks,
Dave
The 2nd mouse gets the cheese.
I'm automating a grid to automatically assign a unique ID number (1 - 15) to each new household member in my grid. During the form's init event, I capture the next available ID number (gn_NextID) for the first new record added to the household.
I have placed gn_NextID in the table as it's Default Value. I suppose I could change this to (gn_NextID + 1) but my initial question remains -
Can you tell me how (which Event) could I increment a value (in this case gn_NextID) each time a new record (additional household member) is added via the grid?
Thanks,
Dave
The 2nd mouse gets the cheese.