a probably embarrassing simple question..
I have made a form and placed a button on it. At onclick() I want to iterate through a table named "match".
I'm using access 2003.
I need RecordSet I suppose. And commands like MoveFirst, MoveNext I guess..
Can someone give me a very simple example that must work ?
the table I want to iterate through is called : "match" and one of it's columns is called "pnts" which stands for points.
I want to iterate through the list and proof it's working with a command like print.debug pnts
Do I need to open a database first ? the database name is "vbal".
I'm confused with all the ADO and DAO stuff and differences.. pls help.
I have made a form and placed a button on it. At onclick() I want to iterate through a table named "match".
I'm using access 2003.
I need RecordSet I suppose. And commands like MoveFirst, MoveNext I guess..
Can someone give me a very simple example that must work ?
the table I want to iterate through is called : "match" and one of it's columns is called "pnts" which stands for points.
I want to iterate through the list and proof it's working with a command like print.debug pnts
Do I need to open a database first ? the database name is "vbal".
I'm confused with all the ADO and DAO stuff and differences.. pls help.