Hello,
Has anybody any formal experience in developing Language translation capabilities in an Access Database? The requirement being that the Database prompts the user for a language selection viz. English, German, French etc... and depending on the user choice proceeds to display the forms...
Hello Maquis,
I implemented the code, and made the necessary changes. I put specified my opening form and also my login code and have setup for the function to be executed via the Autoexec function in a Macro. However when I open the database, it soes not ask for my login id and goes straight...
Hello there,
Can someone advise me on how to disable the Shift key during a Database startup. I have some idea about the fact that AllowBypassKey property has to be set to False. However, as it is not a standard property of the DAO database object type, it has to be first created, attached to...
Hello everyone,
Could someone advise me on how can I enable password protection for access to the backend of an Access database. The user can use the database only through the User interface forms. Access to the backend of the database i.e. tables, queries, forms, reports, Macros and VBA code...
Hello,
I have text data containing date and time information in a single field in a table in the following format ``dd.mm.yy hr:mi:se`` (eg 20.08.03 18:30:55). I need to extract the date and time information from this text field and place in two separate Date and Time fields in another table...
Hello friends,
I have an application wherein I have to automatically backup a database after a specific time duration has elapsed. Example a week , a month or a year. After doing this backup I also want to automatically delete records from a specific table.
Can anyone advise me on how this can...
Hello friends,
I have an application wherein I have to automatically backup a database after a specific time duration has elapsed. Example a week , a month or a year. After doing this backup I also want to automatically delete records from a specific table.
Can anyone advise me on how this can...
Hello Experts,
I have an application wherein I have to generate a report based on Date & Time inputs from a form. The date and time inputs must be from combo boxes on a form, such that each date and field value has a combo box viz day, month, year each a has a combo box, and hour minute and...
Hi CosmoKramer,
The following is SQL statement of the query underlying the report. Here Audittrail is the table, Temp is the form name and Usernamebox is the combo box in the form from where I select the criterion for the report.
SELECT Audittrail.*
FROM Audittrail
WHERE...
Hello Experts,
I have an application wherein I am generating a report with the help of criteria specified through 4 Combo boxes on a form. These Combo boxes pick up data via a data selection query from the fields of a Table. The problem is that when for one of the combo boxes I do not specify a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.