Search results

  1. D

    GetOpenFile not working in 64Bit Windows 11 under MSAccess 2021

    I have only edited 3 Declare statements that was in error. I am not aufait with any "conversion" so to speak
  2. D

    GetOpenFile not working in 64Bit Windows 11 under MSAccess 2021

    Hi there, Herewith the code as it appears in the event procedure. Private Sub Voorblad_Click() Me![Phvoorblad] = GetOpenFile_CLT("C:\", "Select the Coin Picture File") Me![Phvoorblad] = LCase(Me![Phvoorblad]) Me!imgvoorblad.Picture = Me!Phvoorblad End Sub
  3. D

    GetOpenFile not working in 64Bit Windows 11 under MSAccess 2021

    Good day all, Please help, My MSAccess version 2010 originally coded on Windows 7 Professional has a problem runing under windoes 11 MSaccess 2021. The following event procedure does react when clicked. The dialog box does not open. It seems the code is "disabled?" Private Sub...
  4. D

    Microsoft Visual Basic for Applications Compile error: The code in this project must be updated for use on 64-bit systems.

    Thank you, I added the PtrSafe "verb" to the Declare statement and it is working. Much appreciated.
  5. D

    Microsoft Visual Basic for Applications Compile error: The code in this project must be updated for use on 64-bit systems.

    Good day all, Microsoft Visual Basic for Applications Compile error: The code in this project must be updated for use on 64-bit systems. Please review and update Declare statements and then mark them with the PtrSafe attribute. I have been running MS Office Professional 2010 on Windows 7...
  6. D

    MSACCESS Runtime and Windows RT Tablet

    Good day all, I thought it would be possible, but I am not succeeding. Can a windows tablet run a MSACCESS runtime program? Secondly if applicable, I have a tablet running Windoes RT. Appreciate your comments.
  7. D

    Combo Box / Value List variables doesn't copy over to a next PC when installing the program

    Combo Wizard Right click to add a value See attachment No tables involved.
  8. D

    Combo Box / Value List variables doesn't copy over to a next PC when installing the program

    Good day all, I have done a lookup on various fields ages ago. I added new values to it on my laptop (Right click, add items to value list) I successfully added new values. When I copied the program onto the client's laptop, these values didn't show???? Why? Where are these values stored? (Part...
  9. D

    Solved Form editing blocked whilst properties are OK

    I got the promlem. I linked in the backend of the form the query to another query to set a sort sequence for the form end the new input record did not have an corresponding field value in the sort sequence file. Thanks. Blessinbgs
  10. D

    Solved Form editing blocked whilst properties are OK

    On the Property sheet Additions yes, Can the form "switch off" the record editing? I have not touched the forms and record properties I am in the dark.
  11. D

    Solved Form editing blocked whilst properties are OK

    Good day all, I have a strange problem. I created a table with daily appends from outlook via a query and an append query. The append data file has the date signature of outlook as a key field with no supplicates. The input query lists all my input box entries. Appending each day would have a...
  12. D

    outlook inbox as linked table in Access

    Good day to all, I have linked my outlook inbox into Access with the idea of manipulation the emails and extracting what is required. I also tried to use a query with an make table option but in both cases I get a permission error, probably via outlook? Any suggestions? Appreciate you help...
Top Bottom