G
Guest
I need to open an existing table for both read and write capabilities. What commands will do that and do I have to define the database table that is being opened, that is the schema? I can not seem to get a table open so that I can read the fields(rows) by column or field. When I try to dim (define) a variable as being equal to one of the values, I either get some off the wall entry or 'error 2023' which I have not been able to get an explaination of what that error means. I am doing this from a module within the database in which the table exists. Thanks for any help.