T
TK
If you open a view of a table using the DoCmd.OpenTable
method is it possible to move to a specific record in the
table that is opened? I cannot figure out how to reference
a table view that is opened in this manner.
I was thinking this would be a quick and dirty way of
popping up a table for the user to browse, but I am
starting to think that building a form to display the
table contents will be easier in the long run.
Any suggestions?
Thanks in advance,
TK
method is it possible to move to a specific record in the
table that is opened? I cannot figure out how to reference
a table view that is opened in this manner.
I was thinking this would be a quick and dirty way of
popping up a table for the user to browse, but I am
starting to think that building a form to display the
table contents will be easier in the long run.
Any suggestions?
Thanks in advance,
TK