N
news2
I wish to perform the same operation using each of several fields in the
same database. A common subroutine would seem to be the best approach.
I don't know how to pass the identification of the field to the subroutine.
Something like:
call subroutinex <field_identifier>
------------..
private subroutinex (<field_identifier> as <I don't know>
dim field_identifier as <I don't know>
<open the database containing the field>
..
<perform actions based on the contents of that field>..
end sub
same database. A common subroutine would seem to be the best approach.
I don't know how to pass the identification of the field to the subroutine.
Something like:
call subroutinex <field_identifier>
------------..
private subroutinex (<field_identifier> as <I don't know>
dim field_identifier as <I don't know>
<open the database containing the field>
..
<perform actions based on the contents of that field>..
end sub