Search results

  1. essaytee

    How to self refer to current control - checkbox

    Hope someone can help. I've been given an Excel spreadsheet and asked to clean it up as it's not doing what it's supposed to. It's a Leave Roster spreadsheet. What has happened is that 67 checkboxes have been added to individual cells, in the same column. Each checkbox is named...
  2. essaytee

    Code snippet - to quote strings - single or double or something else

    I always find double quoting very difficult on the eyes and so easy to stuff it up, missing quotes or too many quotes. To make life easier, why not write a little function where your string to be quoted is passed in and the output is a correctly quoted string. I use the following, hope you find...
  3. essaytee

    How to find FaceId for Right Click Menu popups

    How do I find the FaceId for buttons on the Right Click Menu. What I would like to do is cycle through the complete listing, find a relevant image, and use that image for some of my Right Click Menu items. I'm using Access 2010 and 2016.
  4. essaytee

    Can not connect to SQLExpress in VB but can from SSMS

    I've taken the plunge, now trialling SQLExpress along with VB. I'm following an online tutorial but have got to a point where I can't connect to an MSSQL database. I've installed SQLExpress 2017 and the SSMS tools program. They were both installed to their default locations on my C: drive...
  5. essaytee

    How best to compare Dates?

    My regional setting for Dates is set to "dd/mm/yyyy". Below are some results from my Immediate Window. ? Day(#30/11/2018#) 30 ? Month(#30/11/2018#) 11 ? Year(#30/11/2018#) 2018 The above shows that the Day, Month & Year are correctly extracted from the inputted date. ? #30/11/2018#...
  6. essaytee

    Label control - Gridline Style - how to activate

    For a Label control, I want to only display the left border and the other borders to be transparent. Is this achievable? I note there are properties of the Label control, referred to as Gridline Styles, and one of them is 'Gridline Style Left' and setting that to 'solid' has no effect...
  7. essaytee

    How to create an interactive chart style form (booking database)

    I'm returning to Access as I had to modify a Car Booking database I wrote many years ago (it's not my primary role). The main form is based on a Listbox, the first column represents the time in 15 min intervals, from 00:00 to 23:45 (a full day), therefore 96 rows. The following columns...
  8. essaytee

    Right click menu - shortcut menu - edit existing item - possible?

    (Access 2010 - 32 bit) Is it possible to edit and save a button item within a user-defined shortcut menu (right-click popup menu)? I'm suspecting at this juncture that it's not and the only option is to Delete the shortcut menu and recreate. An item on a right-click menu is "User Form (show...
  9. essaytee

    Continuous Form - show last record at bottom of list

    Continuous Form - show last record at bottom of list - Access 2010 How do I go to the last record and show that last record at the bottom of a continuous form list (without having to click the vertical scroll bar to force all the records above to appear)? In the process, the last record is to...
  10. essaytee

    Continuous Form - only one record showing - white space below

    Hope someone can shed some light on this. Using a Continuous Form, every time I change the Recordsource of the Form via VBA, only one record is displayed and is positioned at the top of the window. White space is below the record, even though all the required records have been returned...
  11. essaytee

    Right click menu - type mismatch error Access 2010

    I've been researching how to implement the Right-Click menu in Access 2010. I came across an example from StackOverflow that partially works. I'm getting a Type Mismatch error on the following line: Set combo = .Controls.Add(Type:=msoControlButton) When checking the debug session the value...
  12. essaytee

    Personal Accounts - Posting Table - Income as negative

    Just over a year ago I started out designing a schema for a personal finance/accounts system. I received a lot of help at that time, here's the thread. I wanted it to replace my reliance on Quicken. Since then, other things got in the way so I didn't progress it much further. Anyway, now...
  13. essaytee

    Question Access 2010 - Document Management - Control of changed external documents

    For an application I've written, and is extensively used, I'm now in the process of adding a Document Management feature. Up until now, there were no links to external documents, whether they be images, video, documents, etc. I've not implemented this; it's still in design and development...
  14. essaytee

    Count() doesn't work on one computer - does on others - same configuration

    This problem has me stumped and now seeking assistance, I'm hoping someone may have come across this previously. Microsoft Access 2010, 32 bit, Windows 7. All office computers are configured the same way. Users reported errors of my main application, and they all originated from the same...
  15. essaytee

    Issues with Multi-Quote

    I don't think the Multi-Quote is working as it should. It seems to be hit'n'miss as I have been able to get at least two quotes gathered into the one reply box. Clicking the 'double quotes +' button, is only highlighted for the first click, when clicking the same button for other messages...
  16. essaytee

    Samsung Gear Watch - xmas present

    I'm stoked, my kids got me a Samsung Gear Watch for xmas. What can I say, I love gadgets.
  17. essaytee

    Tip This bit me in the ...... Autonumber - don't try this at home

    Okay, first up, I know how to resolve the following but what a pain in the ....... In one of my applications I keep track of the user logins (session_id, version, dates, times, username, machine name) along with which backend data files (full paths) they are opening/closing. The session...
  18. essaytee

    KeyPress events involving Shift - how to better detect Shift held down

    On a form I have a Multi-Select listbox and other listboxes (on the same form) which are updated according to the value in the Multi-Select listbox. I detected that the AfterUpdate event was not firing when using the keyboard such as Shift and the up or down arrow keys. So I created the...
  19. essaytee

    Personal Accounts - Handling share trading (revamped)

    Personal Accounts - Handle share trading (revamped) Okay, after much research scouring the Internet for examples on how to incorporate share trading within a personal accounts model, I've decided on the following. I think it's almost there. I've not included miscellaneous attributes or...
  20. essaytee

    Personal Accounts - Handling share trading

    I've now come to a mental block as to how to design and map out the buying and selling of shares and recording the associated broker's commission. It's in relation to a personal accounts package. For non share trading transactions I've got the design nutted out but for the life of me I can...
Top Bottom