News

Whether you use Microsoft Access to keep track of inventory or to keep a record of customers and clients, managing your tables can become cumbersome as the database grows in size and complexity.
within Access, there are four main objects which includes table, queries, forms, and reports. Tables are the most used objects in Access to store information that users can access later.
When you create a Microsoft Access table, Access will automatically create a primary key to your database table, but you can also specify the field you want as the primary key for your database table.
BR>2. Take that recordset and use it to create a new table (a temporary one) in the local Access database.<BR>3. Close the recordset.<BR>4. Run my report off the new temporary table<BR>5.