Hi there
SageKey promises to be able to avoid the installation problems of the ODE97 if using their installer.
Does anyone have experiences with SageKey and do you think it is really worth using it.
Regards, Stefan
I have read some articles in the internet that runtime files 97 cannot be properly installed if Access 2000 is already installed on the PC.
Do you know if this is the case? Have you made similar or different experiences?
Thanks. Stefan
Hello
I have a form with a command button which starts a time-consuming make-table query (about 10 minutes). Is there a way to give the user the possibility to stop an ongoing query?
When running the make-table query, MS Access pops up a form which says "please wait.......". On this...
Hello
I am desperatly trying to create a 30 days trial version with MDT-2000 (Installer for Access 2000 databases).
I am somehow unable to find out how this can be done.
Can anyone tell me how I can do that?
Thanks for your comments.
Stefan
Hi
I have a form which also includes a text box with recordsource Query X.
The Query X performs quite complicated calculations. So, after every input by the user, the hourglass appears and the "old value" of the text box disappears until MS Access has finished the calculations in...
Hello
Does anyone know the effectiveness of the installer MDT-2000?
I am especially interested in its security features (Demo, Shareware, etc.)
Kind regards,
Stefan
Hello
does anyone know how I can at the "tab functionality" (like on the keyboard" to the end of a function?
Another question: How can I achieve that the data in a form field is marked when the field is clicked on? The default value of the fields is "0" and I would...
Hello
One question, I have an Access application (created with the normal MS Access, not the developer edition), can I provide this application to someone who has only the Access run-time version?
Thanks and regards,
Stefan
Hi there
I have been trying hard to create a progress bar for a make-table query. Unfortunately, it is not working yet (progress bar appears but does not show the progress, however, the Microsoft Access status bar down the screen shows the progress of the make-table query).
Here is the...
Hi there
I would like to prepare a nice user interface for the users.
Can you please tell me what are "the elements" of a user interface which is considered to be user-friendly (menu, where should be the command buttons, etc.).
Thank you so much. regards,
Stefan
Hi there
I have the following on a form:
- 1 main form
- 1 subform
- 1 other subform (this subform has just informative information for the user)
- 1 command button (opening a complex report
Here now my problem:
- Due to the complexity of the report (report is a dynamic heading report...
Hi
I would like to implement a progress bar when opening a report (report is loaded from a command button on a form). The opening of the report may take a while (up to 4 minutes) due to complexity of the underlying crosstab query.
I found some samples online on the web but however, I did not...
Hi
I would like to implement a simple progress bar when opening a report which may take a while (up to 2 minutes).
I found some samples online but however, I don't find them clear for me. I still don' know how to create such a progress bar.
Can someone indicate me a webpage which explains how...
Hi
I would like to implement a simple progress bar when opening a report which may take a while (up to 2 minutes).
I found some samples online but however, I don't find them clear for me. I still don' know how to create such a progress bar.
Can someone indicate me a webpage which explains how...
Hi
I have the following code to try to limit records in a subform:
Private sub Form_AfterUpdate()
Dim rs As Dao.Recordset
set rs = Me.RecordsetClone
'limit records to a max of 14
Me.Allow Additions = rs. RecordCount < 14
End Sub
Unfortunately, there is a run time error 91 (object variable or...
Hello there
I have a mainform with a subform.
I would like to prevent users from entering data into the subform before they enter data into the mainform (mainform fields must be completed first!).
Let's say the main form is called "FormA" and the subform is called...
Hello there
I have a mainform with a subform.
I would like to prevent users from entering data into the subform before they enter data into the mainform (mainform fields must be completed first!).
Let's say the main form is called "FormA" and the subform is called...
Hello there
I have two subforms (both continuing subforms) which I try to synchronize (the table selected in subform 1 should be automatically selected in subform 2 as well).
In subform 1 (ProductDetails), Users enter data. In subform 2 (DistributionCapacities), no data can be entered.
I...
I have quite an urgent issue which I am trying to solve for some time now.
I have a main form and a subform. The subform includes the subform fields "January", "February", ... "December". These fields are the record source of the subform.
I would like to include...
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.