Search results for query: *

  1. B

    Changing the Query for an MS Access Report Programatically

    Is this possible? I'm trying to use access reports in my vb.net application. I've already determined that to show the report, you essentially need to have an instance of MS Access running, and although I don't like it, I can live with it. But I need to be able to change what the report is...
  2. B

    Dynamically creating objects based on Strings

    Awhile ago, I was looking for how to create dynamic forms based on a string. In that search, I came across this: PublicSharedFunction CreateObjectInstance(ByVal objectName AsString) AsObject ' Creates and returns an instance of any object in the assembly by its type name. Dim obj AsObject...
  3. B

    Multi-User Access Application

    Multi-User Access Application-RESOLVED I have an application currently being developed, using Access and VS 2003. What is considered the best way to ensure concurrent updates don't get squashed? I know there is Transaction support (though limited compared to SQL) in Access, but not sure the...
  4. B

    Adding Blank line to Combo Box

    Adding Blank line to Combo Box - RESOLVED I know how to do this manually, but I'm trying to add a blank line to a combobox that is being populated by a DataSource. I know I need to add a blank row to the datatable prior to binding it (or perhaps, after would work as well?) however, I'm at a...
Back
Top