Search results

  1. E

    Edit Hyperlink Properties in Access Runtime

    Thanks for the reply. How do I go about this?
  2. E

    Edit Hyperlink Properties in Access Runtime

    I would also like to know!!
  3. E

    Help with a calculated field.

    If group mode is on in your query, try changing the word Group By to Expr. If this does not work, create a new query based on you first query and do the calculation in the phase 2 query
  4. E

    Pivot charts in Access 2013

    Crosstab queries, yes, Pivot tables and Pivot charts , no
  5. E

    Pivot charts in Access 2013

    Pivot tables and pivot charts are no longer available. I have Access Runtime 2013 installed at a lot of my clients. It shows in Access Runtime 2010, but not on 2013. See the following link...
  6. E

    Pivot charts in Access 2013

    Has anyone got a solution for Pivot charts in Access 2013? I have so many pivot charts in many of my databases. How are we going to get round this? It is ridiculous that Access 2013 just stops such an important analysing tool!!:banghead:
  7. E

    Purpose of the Heading over the controls

    The Autoformat does not apply to SIZES of controls, so my question is still unanswered, as to what the purpose of the heading being so tall is?
  8. E

    Purpose of the Heading over the controls

    Thx. It just seems very odd that the heading is made so tall??
  9. E

    Purpose of the Heading over the controls

    Hi All When using the Forms wizard for a tabular form, is there ANY purpose for the Heading of the Forms to be OVER the Field headings? I find it annoying, but maybe it is because I don't understand WHY I have to resize it every time, before I can use my field headings on the form:banghead:
  10. E

    Office 2013 and Access runtime and spell check

    I figured out that those PC's that had the problem had an unlicensed trail version of MS office installed. We uninstalled that and then ran it with Access runtime 2013. That solved the issue.
  11. E

    Office 2013 and Access runtime and spell check

    We have several users, working with a desktop copy of a database. The users run the database through Access runtime 2010. On some of the PCs MS Office Home and Business ver 2013 is installed, and others MS Office Home and Business ver 2010. The PCs where Office version 2010 is installed runs...
  12. E

    Font will not change on Memo field

    I have an URGENT issue to solve, please... I have a form where several Rich text memo fields are being used The users often copy and paste from Word into these fields. I want to change the font with coding so that all the font on all the fields look similar. I have used specifc reference...
  13. E

    Export a report as RTF with images

    It exports fine to PDF. I need the document in Word so that it can be edited if necessary.
  14. E

    Export a report as RTF with images

    Is there any good tool/coding that you can recommend that will export a report with formatting and images to a Word document
  15. E

    Grammer check in Access 2010

    I tried to apply the coding but no joy. (It is way too complicated for me to apply in VBA). Is there no simpler method?
  16. E

    Grammer check in Access 2010

    I used the code below effectively to check spelling in a specific control. How do I check grammar. Need this urgently:) Private Sub ReviewComment_LostFocus() Rem If the textbox contains data run the Rem Spell Checker after data is entered. DoCmd.SetWarnings False With Me!ReviewComment...
  17. E

    Hi I am Elsa

    Hi there Live in Johannesburg, SA. Have been programming with Access VBA for years and loving it!
Back
Top Bottom