Search results

  1. S

    VBA IDE View Function Comments

    This is a little bit of a weird question but I spend alot of time working with Java and one of the things that I like about Java (well technically IDE's for Java) is that when you type in a function name that you get to see information that the coder added about that function (comments, return...
  2. S

    Create Addin that carries on working when currentdb is made into mde

    Hello, I am trying to make an Add in for MS Access, which deals with making a database system ready to be sent to a customer (which involves making the database into a mde and creating the installation files). I have got all the major parts of the add in created but the only problem I have is...
  3. S

    Programmatically Creating mde

    I work for a company which builds Database Systems using MS Access, and I have been tasked with making a add-in for MS Access which automates the process of making the Systems ready to be sent to the customers. I have everything figured out apart from how I can automate the process of making the...
  4. S

    Changing the default sub template

    What I am trying to find out is whether it is possible to change the default template for sub's. What I mean by this is that in every function I create I put in some standard error handling code and I was wondering whether it is possible to change the templates for subs to automatically put that...
  5. S

    Creating a Custom Control

    What I want to do is create a control (I believe that is the right teminology, I mean something like a textbox/combobox/listbox) which I can make up from different premade controls. The reason I want to make a control is as alot of applications that I make have similarities for example address...
  6. S

    VBA to set Form properties when the form opens

    What I am trying to do is create a VBA Function which takes a form as a parameter and then sets certain properties on that form, which Im thinking could either be run on the Form Open event or when actually opening the form (so creating another function which performs the property updates and...
  7. S

    Listbox with varying background colors

    Hello I am trying to have a listbox where each row can be a different color to the other rows. This would be dependent on the content of the row. I have tried googling around and no where seems to have an answer about how this is possible. Thank for you for advice given, in advance :) Kind...
Back
Top Bottom