Search results

  1. P

    Field splitting...has different separators

    Example for you Here's a nice little program I made which let's you import certain key words after certain characters (which you specify) into tables. For example, the phrase: The #: 22343 over %123. Can be setup so that you import everything after the #: and % into designated fields so that...
  2. P

    Sample Importing routine

    This is a sample importing routine I made. It uses the FSO which allows you to browse for you file to import. Simple but hopefully useful for you.
  3. P

    Get windows loginID securely for MSAccess

    This is the GetUser example which securely retrieves the windows user loginID to an MSAccess form (or anywhere in an mdb). Here's a list of what this new example does: 1. Simply call the GetUser function to retrieve the windows loginID of the current user using the computer. This example has a...
  4. P

    Crosstab values

    Crosstab example JEA, The crosstab example should work ok. You can edit the crosstab query to change the way the query is displayed in the subreport. If it gives you an error in the subreport, I have to ask what version of MSAccess you are using. Perhaps older versions of MSAccess do not...
Back
Top Bottom