D
dbarmer
In a current database, a form is loaded and from there VBA code is launched.
I have a linked table to another database (which is a rather large table). I
have a function that uses the seek and index commands - Which works great!.
(You can't directly seek on a linked table). I use seek and index because of
the large table size and it returns very fast.
I can pass vars, but what I need to know is how can I pass the entire
record. Currently, I am using a PassVar$ variable in my call statement,
which works great for a field or two. In this table I have 30 or more
fields, and could use any of the fields depending on a user's option choice
or the environment it is launched from.
I am not familiar with using Arrays... Is this what will need to happen, and
if so, any help would be greatly appreciated!
I have a linked table to another database (which is a rather large table). I
have a function that uses the seek and index commands - Which works great!.
(You can't directly seek on a linked table). I use seek and index because of
the large table size and it returns very fast.
I can pass vars, but what I need to know is how can I pass the entire
record. Currently, I am using a PassVar$ variable in my call statement,
which works great for a field or two. In this table I have 30 or more
fields, and could use any of the fields depending on a user's option choice
or the environment it is launched from.
I am not familiar with using Arrays... Is this what will need to happen, and
if so, any help would be greatly appreciated!