
Originally Posted by
carlmdobbs
The only way to handle this is to make a form for each table then open up the forms, which then can be manipulated through code.
Now this may seem troublesome to you do do this with each table. I can make a form for you with a single button on it which will look throughout hour databaase and select all of your tables then make a form out of them. You'll have the option of making the forms automatically be shown in table view or in any other view. I can show you how to customize this form to enable you to make each displayed table a predetermined width. It would count the number of columns of each table and automatically resize the form to fit.
Remember that with the proper training in VBA and knowledge of MS Access, you can do anything you can imagine.
Write me and we'll get started. I am here to serve you freely.
Now, to sort the tables in the order you want them? Name them tbl10Mytablename, tbl20MyOthertablename etc. They will sort according to the number. Have another table you want in beteen 10 and 20? Name it tbl10aMyTableNme or, alternately, tbl11MyTableName. Then sort them alphegetically.
Here is another tip. You can name all queries, tables and forms having a connection with each other with the same prefix. The form "frmsales" can be named "frm1aSales" while its recordsource is "qry1aSales" and the rowsource of its listbox would be "qry1acboRowsource". The report based upon the form can be called "rpt1aReportOne" (with a more discriptive name, of course.) Remember that nomenclature is very important and can work to serve you. Tie important elements of your database together so they automatically line up the way you want them to and you can easily know the name of every element of the project by its name.
Carl Dobbs
The Dobbs Computer Institute