Naming a new database
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Is it possible to force Access 2000 to run a routine that brings up a couple
of inputboxes, and formulates a file name from them whenever the File->New...
is selected. I have turned of the startup screen. I created a module in a
new database that asks the questions and then creates a database correctly.
How do i now get that module to run in the background when no database is
loaded so that the File-New... will run this module still?
.
Relevant Pages
- Re: Goes to Error Label even though err.number = 0
... Okay, if you are *certain* there is no way the logic could jump into the error handler of the procedure without an error, and that nothing else could be clearing the error, then I have to assume there is a corruption in the VBA. ... Compact the database to get rid of this junk: ... As a result, the routine runs without error, but continues down into the ... At the end of the caluculation the job form is ... (microsoft.public.access.formscoding) - Re: many inserts results in a massive reserved space for table
... run more quickly - again my not understanding SQL Server properly (not ... am inserting data into - please bear in mind though that I have no ... influence over the design of the database... ... I re-ran my routine against THE SAME SET OF DATA - this time the data ... (microsoft.public.sqlserver.server) - Re: Call a subroutine
... another database. ... call the procedure for that checkbox....the easiest solution being a routine ... Private Sub Command1_Click ... Dim x As Long ... (microsoft.public.vb.general.discussion) - RE: Newly getting started in C#
... listbox with names from 1 of the tables in the database. ... In VB I would create the connection to the database and connect to it in the ... records and close the recordset. ... for my initial connection and have the routine ConnectToDatabase() in the ... (microsoft.public.dotnet.languages.csharp) - Newly getting started in C#
... listbox with names from 1 of the tables in the database. ... In VB I would create the connection to the database and connect to it in the ... records and close the recordset. ... for my initial connection and have the routine ConnectToDatabase() in the ... (microsoft.public.dotnet.languages.csharp) |
|