Search results

  1. B

    Question Non Editable Textbox Problem

    This is driving me crazy!:banghead: I have a simple form with a textbox whose controlsource I get from function: < Public ControlSourceName as String Public Function getControlSourceName() getControlSourceName = ControlSourceName End Function > I set the controlsource of the textbox to...
  2. B

    Question Best book to learn SQL

    Hi All, Can anyone recommend a good book from which to learn SQL? Not too esoteric and with plenty of examples (including all the double quotes, single quotes, brackets etc.) I have been able to get a certain amount of knowhow (from this site mainly) but need to advance my abilities (!:o.)...
  3. B

    Cannot scroll with mouse in subform

    Thanks for reply Catalina but I am not scrolling records or otherwise; just need the ability to scroll down a navigation subform. Scrollbars set to vertical but mouse won't co-operate!
  4. B

    Cannot scroll with mouse in subform

    Why can't I scroll with the mouse wheel in a subform?
  5. B

    Question SQL Delete Problem

    Sorry that my question has produced such dissent amongst such a high powered peer group - all these replies have been noted and have been extremely helpful to this new access user - thank you all .....:)
  6. B

    Question SQL Delete Problem

    Trevor THANK YOU! Who invented this SQL never took into account the resulting deterioration of users brain cells. All good experience. Thanks for your time and on such a lovely day as well .....
  7. B

    Question SQL Delete Problem

    Thank you both for suggestions Null noted. I have copied in Trevor's code but I have a red line not accepted . Does there need to be underscores somewhere? strSQL to do this must be around. I am all at sea (metaphorically speaking only - sadly!)
  8. B

    Question SQL Delete Problem

    Thanks for reply Trevor but I have tried; 'strSQL = "DELETE FROM [tblLVRWrittenStatements] " & _ '"WHERE [clientName] = '" & "" & "'" 'CurrentDb.Execute strSQL, dbFailOnError DeBug says: DELETE FROM [tblLVRWrittenStatements] WHERE [clientName] = ' '...
  9. B

    Question SQL Delete Problem

    Struggling with this one: I need an SQL statement to delete all records in a recordset which have an empty field (text field). strSQL = "DELETE FROM [tblLVRWrittenStatements] " & _ "WHERE [clientName] = '" & "" & "'" CurrentDb.Execute strSQL, dbFailOnError I have tried with (above) and...
  10. B

    Hyperlinks to Bookmarks

    Hi All 1 quick question with respect to hyperlinks in an Access Form: I have successfully hyperlinked a word document from my Access Form. However, I can't seem to work out how to go to a particular bookmark within such word document. I want the user to click on the hyperlink called '3.1' in...
  11. B

    Question Syntax for applying filter to navigation button

    Thanks IsSkint - The very answer I needed. You should get an award!!!! R ....
  12. B

    Question Syntax for applying filter to navigation button

    I am going crazy with this; I have a navigation form containing several forms. The forms are set to a table and the controls are set to the appropriate fields. I need to filter the data to the forms (in the navigation pane to field "BusinessName" passed as the variable lvrName) I have ...
  13. B

    Hosting Database on Office 365

    The following is the setup of the Access Database I have created: - Access 2010 Database with several tables and forms. - The Database will be used by multiple users simultaneously - The Database has been published to Office 365 (sharepoint) without being split. - I create a separate 'user...
  14. B

    Question Embarassed to ask this- Form size at design

    Thanks for your time Bob. I may well go to the pub as well
  15. B

    Question Embarassed to ask this- Form size at design

    Yes same problem with that one..
  16. B

    Question Embarassed to ask this- Form size at design

    Same problem ..
  17. B

    Question Embarassed to ask this- Form size at design

    Yes same problem..
  18. B

    Question Embarassed to ask this- Form size at design

    The pub and a few drinks sounds very tempting! Here is another try after converting to mdb
  19. B

    Question Embarassed to ask this- Form size at design

    Sorry to take so much of your Sunday Bob . Hopefully here is the DB
  20. B

    Question Embarassed to ask this- Form size at design

    Don't know how to attach!!!
Back
Top Bottom