Search results

  1. MsAccessNL

    Local file in new webbrowser control

    Did something change? I have Access 2024 and don’t succeed in opening a local html file. Also not with” file and msaccess” added. It worked before. I downloaded the example db from ********, but also no success.
  2. MsAccessNL

    Webbrowser in Form without Control !!!! Years to late....

    I worked on this many years ago, my gut told me it should be possible, i was so close. Years later i solved the puzzle (bit to late..)Edit thread We could have worked with the modern webbrowsers inside access for many years already, without using any control. I can also open Excel, Word...
  3. MsAccessNL

    Solved Copy Paste Text Too Long error

    I have a long text field when i paste a text in the table or in a form, i get message "Text too long to be edited" , If i copy smaller parts it will work. (25000characters wil work). I want to store a picture as Base64, this is a long text file. Pasting into NotePad works fine.
  4. MsAccessNL

    Close worbook vba not working.

    Sub Closethis() Thisworkbook.close End sub Doesn’t work if this sub is called from another function or from an event. Only if you run it direct. Chat said to run the code on time, but also nothing. I have code to check for a value otherwise it will close the workbook. Any ideas to get this...
  5. MsAccessNL

    Experience with Ms Project and Access?

    I saw a post that ms project is also vba compatible. I am surpised, I never heard anything about project and vba. Does anybody have experience and is this not a great combination with ms access?
  6. MsAccessNL

    Is AI the end off all forums?

    I see that the number of posts on coding forms is decreasing rapidly….
  7. MsAccessNL

    Outlook import csv error

    I made this code to import a csv file with contacts into a Public Outlook Contacts folder. On opening of Outlook the code checks if a new csv file is present and it will import the new contacts. The code was working fine, but now it's giving an unknown error, with the line: Set olFolder =...
  8. MsAccessNL

    Solved Is the Table you see in Access a Datasheet Form? Yes.

    If I open a table and type in the immediate window: ?screen.activedatasheet.form.name, i get the Table name. The next step was to get all the properties of this table/form and if i could manipulate them. It appeared to work. So my question to the experts on this forum. Is a table view in reality...
  9. MsAccessNL

    Create Navigation Pane or ListView to be used in Runtime Version

    I got this "little" issue. I am working with Access 2010 and i wanted to test the New Webview2 control. So I downloaded the webview db from Daniel's Devhut.net and installed the Access365 runtime on my pc (seems to work next to 2010). I mist the navigation pane to open the several forms quickly...
  10. MsAccessNL

    Can I set the font size of Ribbon or Nav Pane?

    I am working on a so called QHD (2550*1440) 24 " monitor. The font of the ribbon and the nav pane are very small. Making the font larger in the Windows settings, doesn't have any (or much) effect. Is there a way to adjust the font size?
  11. MsAccessNL

    Solved Relationship must be on the same number of fields and data type Error?

    I get this error when linking PK to Fk with referential integrity , Also with a newly created test db. It looks like my Access is corrupted, or am i missing something. I noticed that that Access started numbering my databases again with nr 1 >> Database1 I am using Access2010
  12. MsAccessNL

    Solved How to make editable query of Contacts linked to table Notes and Table EmailAccounts?

    I want to make a seperate table to store al my notes "T_Note". The Table 'T_Note" is linked to every table wich should have a Note field. So for instance table: T_Company can have a note and T_Contact can have note. Next i want also a seperate table "T_MailAccount" for all the email adresses...
  13. MsAccessNL

    How does Access create a continuous form?

    I am really curious how Access assemblies a continuous form. I tried googling it , and found out that it’s quite a special feature.
  14. MsAccessNL

    Move or Remove focus from open form

    When I run these two commands: "DoCmd.RunCommand acCmdLayoutView, DoCmd.RunCommand acCmdFormView" from a cmdButton on the mainform it will work but from a subform it doesn't. When I move the focus to another openform, the docmd works. My question is to remove the focus from the main form...
  15. MsAccessNL

    Fetch change in linked Sharepoint table?

    I want to trigger code when data in a linked sharepoint table has been added. I want to establish communication between two seperate access db’s thru a sharepoint table. I could run code on a timer, but this would be every second, this could conflict with other code. A possible solution could be...
  16. MsAccessNL

    How to get sticky lines like in Relationship View?

    Is it possible to get sticky lines as show in the table relationship overview? I want to make a workflow interface where the different stations (=Subformcontrols) are draggable (this part is already working). It would be nice if the connection lines between the stations would also move along...
  17. MsAccessNL

    Solved How to work with stacked or tabbed layout?

    How do you get this empty boxes/spaces in a stacked or tabbed layout.?
  18. MsAccessNL

    Solved Autoresize a subform without using code?

    This subform in Northwind Traders auto resizes itself without any code? Also al the other controls adjust to the subform size automatically. In design view the subform control is only 1 cm high.
  19. MsAccessNL

    Function if form isloaded as form or as a subform

    I was looking for a (short) function that checkes if a form isloaded as a form and also if it's loaded as a subform. I have found some posts about this subject. The currentproject.allforms...isloaded seems not to work when the form is opened as a subform so you have to check this with another...
Back
Top Bottom