freddy231
May 25th, 2006, 02:25 PM
Hi,
I have to create an Acess DB that imports 3 flat files and creates 30 reports using various queries. I want to do everything in vb code with SQL statements, and just have a form that'll have the 30 report names w/ checkboxes to run/print/(and maybe)export the reports. I'm an OK vb programmer but unfamilar w/ Access.
1) I just want to understand the best way of doing this; Can I just write the code in SQL/VB w/o having to create non-coded queries/report layouts in the Access front end?
2) What are pages? This sounds like a possible replacement for reports, which are more or less dead ends; however, printing these reports en mass is definitely a key component of this program -- are pages of any benefit over reports in this case?
2) How would you recomend to create the front end for the check boxes; From what I understand, I should create an Access table to keep track of each button; is there anyway to hardcode these w/o creating a table. Any suggestions on the best approach or any code handy to index through check boxes to return values would be greatly appreciated to get me started.
3) I'm using MS Access 2003 but the under Tools>Database Utilities>Convert Database it tells me I'm using Access 2000, should I stay in this version or use 2003?
4) I had a problem the other day trying to type SQL into vb code. Do I need to declare DOA/ADO statements when I'm programming from a module within the DB - any threads avail. on this would be of great help. How to call up tables and queries from within the Access DB would also be very usefull.
Thank you all
Fred :duck:
I have to create an Acess DB that imports 3 flat files and creates 30 reports using various queries. I want to do everything in vb code with SQL statements, and just have a form that'll have the 30 report names w/ checkboxes to run/print/(and maybe)export the reports. I'm an OK vb programmer but unfamilar w/ Access.
1) I just want to understand the best way of doing this; Can I just write the code in SQL/VB w/o having to create non-coded queries/report layouts in the Access front end?
2) What are pages? This sounds like a possible replacement for reports, which are more or less dead ends; however, printing these reports en mass is definitely a key component of this program -- are pages of any benefit over reports in this case?
2) How would you recomend to create the front end for the check boxes; From what I understand, I should create an Access table to keep track of each button; is there anyway to hardcode these w/o creating a table. Any suggestions on the best approach or any code handy to index through check boxes to return values would be greatly appreciated to get me started.
3) I'm using MS Access 2003 but the under Tools>Database Utilities>Convert Database it tells me I'm using Access 2000, should I stay in this version or use 2003?
4) I had a problem the other day trying to type SQL into vb code. Do I need to declare DOA/ADO statements when I'm programming from a module within the DB - any threads avail. on this would be of great help. How to call up tables and queries from within the Access DB would also be very usefull.
Thank you all
Fred :duck: