Hi,
I'm using Visual Basic. Not VB Net or VBScript. Under the form's Tools-Form Options-Programming- Programming code, it is listed as "Visual Basic".
To explain things, I have a Group: SET which has a Repeating group called SET_Members and it has a string field: "SET_Mem_WinID". For existing forms, SET_Mem_WinID will look like a repeating table with values:
A
B
C
D
However, everytime I open existing forms, I want A,B,C,D to be deleted and I will repopulate the list of members. How can this be done using Visual Basic code?
By the way, the purpose of A,B,C,D is meant for the form's user roles. So this code is stored as a loading event.
Thank!