Recent content by mrtn

  1. M

    Duplicate delete prompt issue

    Thanks for your help chaps. Much appreciated.
  2. M

    Duplicate delete prompt issue

    Any ideas how to tackle it? just checked and it only happens with a continuous form, works OK in datasheet view
  3. M

    Duplicate delete prompt issue

    Now the interesting part- when the subform is opened as a standalone form, I only get one prompt... The prompt only shows once if you select 'Yes' in the first step
  4. M

    Duplicate delete prompt issue

    I am beginning to wonder whether I should run a repair of my Office package. Just to clarify - this is what I do and what happens: 1. Select the first record - direction Buy 2. Hit delete key 3. I get the first prompt at this point - 'You are about to delete 1 record' 4. Select No 5. The...
  5. M

    Duplicate delete prompt issue

    Hi I've got a continuous subform which is bound to a local table. The subform has record selectors which are used to delete individual records from the subform. I have noticed that if only one record is selected, the user is prompted to confirm deletion. If no is clicked, the prompt comes up...
  6. M

    Removing axes from a modern chart

    Morning I am trying to remove both X & Y axes from the Access modern chart and failing miserably. I am trying to produce a bar chart which looks as follows: Alternatively, if the colour could be changed that would do the trick but I can't see that option either... Nothing on google to...
  7. M

    Broken charts

    Ok thanks for the suggestion. Just uninstalled the Visual Studio and no joy. I guess I will have to convert them to modern charts which seem to work. I went with the old type because of formatting limitations of the new chart but I guess I need to start an entirely new topic on that issue...
  8. M

    Broken charts

    I can see there was a cumulative update installed yesterday. This however, is on my work laptop and these are managed by the administrator. Just checked o one of my colleagues' laptop and it seems to work fine. The only thing that comes to my mind is Visual Studio which I have recently had...
  9. M

    Broken charts

    Hi All of my charts are suddenly broken - all text is overlapping and none of the settings seem to be able to fix it. I have also tried Online repair but that doesn't seem to work either...
  10. M

    Appending text to a memo field(long text) on SQL server

    Right, I seem to have found a workaround - posting my code below just in case somebody has a similar problem. The solution involves pulling an existing note and appending a note via separate recordsets. Not the prettiest of solutions but does the job: Set conn = New ADODB.Connection...
  11. M

    Appending text to a memo field(long text) on SQL server

    Hi all I am trying to append text to a memo-style field which already holds some text and failing miserably. Here's extract from my code: Set conn = New ADODB.Connection Set rs = New ADODB.Recordset rs.CursorLocation = adUseClient conn.Open strConnection...
  12. M

    Making code run faster with Azure SQL

    Morning all I've recently upsized my test Access db and are currently learning of various ways of making it running faster. I have got a number of scenarios where I add new records to various tables in VBA by using AddNew with DAO Recordset. My understanding is that currently, when I open a...
  13. M

    On Mouse Move in a continuous form

    OK thanks for this. Basically I've switched from a datasheet view into a continuous form because it gives me a bit more flexibility. Can't really use a single form as I need a number of records to be displayed at the same time. THe underline setting seems to work fine but not how I'd like it...
  14. M

    On Mouse Move in a continuous form

    Hi As mentioned above I've got a continuous form with a bunch of textboxes. What I am trying to achieve is to underline a value of a specific textbox with an on mouse move event. From what I can see the default is that all values of a specific fields are underlined if the mouse pointer...
  15. M

    Changing Cursor Shape

    Hi I have tried using the above but the cursor keep flickering when moved over a text field. is there any way to make it not to flicker?
Back
Top Bottom